- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
39 lines
1.4 KiB
Java
39 lines
1.4 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzbqq extends zzayb implements zzbqr {
|
|
public zzbqq() {
|
|
super("com.google.android.gms.ads.internal.mediation.client.rtb.IBannerCallback");
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzayb
|
|
public final boolean zzdD(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
|
|
if (i == 1) {
|
|
IObjectWrapper asInterface = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zzg(asInterface);
|
|
} else if (i == 2) {
|
|
String readString = parcel.readString();
|
|
zzayc.zzc(parcel);
|
|
zze(readString);
|
|
} else if (i == 3) {
|
|
com.google.android.gms.ads.internal.client.zze zzeVar = (com.google.android.gms.ads.internal.client.zze) zzayc.zza(parcel, com.google.android.gms.ads.internal.client.zze.CREATOR);
|
|
zzayc.zzc(parcel);
|
|
zzf(zzeVar);
|
|
} else {
|
|
if (i != 4) {
|
|
return false;
|
|
}
|
|
zzbpn zzb = zzbpm.zzb(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zzh(zzb);
|
|
}
|
|
parcel2.writeNoException();
|
|
return true;
|
|
}
|
|
}
|