33 lines
1.3 KiB
Java
33 lines
1.3 KiB
Java
package com.google.android.gms.maps.internal;
|
|
|
|
import android.os.IBinder;
|
|
import android.os.IInterface;
|
|
import android.os.Parcel;
|
|
import android.os.RemoteException;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-maps@@19.0.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
public abstract class zzas extends com.google.android.gms.internal.maps.zzb implements zzat {
|
|
public zzas() {
|
|
super("com.google.android.gms.maps.internal.IOnMapReadyCallback");
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.maps.zzb
|
|
protected final boolean zza(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
|
|
IGoogleMapDelegate zzgVar;
|
|
if (i != 1) {
|
|
return false;
|
|
}
|
|
IBinder strongBinder = parcel.readStrongBinder();
|
|
if (strongBinder == null) {
|
|
zzgVar = null;
|
|
} else {
|
|
IInterface iInterfaceQueryLocalInterface = strongBinder.queryLocalInterface("com.google.android.gms.maps.internal.IGoogleMapDelegate");
|
|
zzgVar = iInterfaceQueryLocalInterface instanceof IGoogleMapDelegate ? (IGoogleMapDelegate) iInterfaceQueryLocalInterface : new zzg(strongBinder);
|
|
}
|
|
com.google.android.gms.internal.maps.zzc.zzd(parcel);
|
|
zzb(zzgVar);
|
|
parcel2.writeNoException();
|
|
return true;
|
|
}
|
|
} |