33 lines
1.4 KiB
Java
33 lines
1.4 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 zzbs extends com.google.android.gms.internal.maps.zzb implements zzbt {
|
|
public zzbs() {
|
|
super("com.google.android.gms.maps.internal.IOnStreetViewPanoramaReadyCallback");
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.maps.zzb
|
|
protected final boolean zza(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
|
|
IStreetViewPanoramaDelegate zzbxVar;
|
|
if (i != 1) {
|
|
return false;
|
|
}
|
|
IBinder strongBinder = parcel.readStrongBinder();
|
|
if (strongBinder == null) {
|
|
zzbxVar = null;
|
|
} else {
|
|
IInterface iInterfaceQueryLocalInterface = strongBinder.queryLocalInterface("com.google.android.gms.maps.internal.IStreetViewPanoramaDelegate");
|
|
zzbxVar = iInterfaceQueryLocalInterface instanceof IStreetViewPanoramaDelegate ? (IStreetViewPanoramaDelegate) iInterfaceQueryLocalInterface : new zzbx(strongBinder);
|
|
}
|
|
com.google.android.gms.internal.maps.zzc.zzd(parcel);
|
|
zzb(zzbxVar);
|
|
parcel2.writeNoException();
|
|
return true;
|
|
}
|
|
} |