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