22 lines
710 B
Java
22 lines
710 B
Java
package com.google.android.gms.libs.identity;
|
|
|
|
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 zzp extends zza implements zzr {
|
|
zzp(IBinder iBinder) {
|
|
super(iBinder, "com.google.android.gms.location.internal.IFusedLocationProviderCallback");
|
|
}
|
|
|
|
@Override // com.google.android.gms.libs.identity.zzr
|
|
public final void zzd(zzl zzlVar) throws RemoteException {
|
|
throw null;
|
|
}
|
|
|
|
@Override // com.google.android.gms.libs.identity.zzr
|
|
public final void zze() throws RemoteException {
|
|
throw null;
|
|
}
|
|
} |