20 lines
758 B
Java
20 lines
758 B
Java
|
package com.google.android.gms.location;
|
||
|
|
||
|
import android.os.IBinder;
|
||
|
import android.os.IInterface;
|
||
|
import android.os.Parcel;
|
||
|
import android.os.RemoteException;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public class zzbe extends com.google.android.gms.internal.location.zzb implements zzbf {
|
||
|
public static zzbf zzb(IBinder iBinder) {
|
||
|
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.location.IDeviceOrientationListener");
|
||
|
return queryLocalInterface instanceof zzbf ? (zzbf) queryLocalInterface : new zzbd(iBinder);
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.location.zzb
|
||
|
public final boolean zza(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
|
||
|
throw null;
|
||
|
}
|
||
|
}
|