27 lines
903 B
Java
27 lines
903 B
Java
package com.google.android.gms.location;
|
|
|
|
import android.os.IBinder;
|
|
import android.os.RemoteException;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-location@@21.2.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
public final class zzu extends com.google.android.gms.libs.identity.zza implements zzw {
|
|
zzu(IBinder iBinder) {
|
|
super(iBinder, "com.google.android.gms.location.ILocationCallback");
|
|
}
|
|
|
|
@Override // com.google.android.gms.location.zzw
|
|
public final void zzd(LocationResult locationResult) throws RemoteException {
|
|
throw null;
|
|
}
|
|
|
|
@Override // com.google.android.gms.location.zzw
|
|
public final void zze(LocationAvailability locationAvailability) throws RemoteException {
|
|
throw null;
|
|
}
|
|
|
|
@Override // com.google.android.gms.location.zzw
|
|
public final void zzf() throws RemoteException {
|
|
throw null;
|
|
}
|
|
} |