- 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
59 lines
2.1 KiB
Java
59 lines
2.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.IBinder;
|
|
import android.os.IInterface;
|
|
import android.os.Parcel;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzbmb extends zzayb implements zzbmc {
|
|
public zzbmb() {
|
|
super("com.google.android.gms.ads.internal.instream.client.IInstreamAd");
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzayb
|
|
public final boolean zzdD(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
|
|
zzbmf zzbmdVar;
|
|
if (i == 3) {
|
|
com.google.android.gms.ads.internal.client.zzeb zzb = zzb();
|
|
parcel2.writeNoException();
|
|
zzayc.zzf(parcel2, zzb);
|
|
return true;
|
|
}
|
|
if (i == 4) {
|
|
zzd();
|
|
parcel2.writeNoException();
|
|
return true;
|
|
}
|
|
if (i == 5) {
|
|
IObjectWrapper asInterface = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
IBinder readStrongBinder = parcel.readStrongBinder();
|
|
if (readStrongBinder == null) {
|
|
zzbmdVar = null;
|
|
} else {
|
|
IInterface queryLocalInterface = readStrongBinder.queryLocalInterface("com.google.android.gms.ads.internal.instream.client.IInstreamAdCallback");
|
|
zzbmdVar = queryLocalInterface instanceof zzbmf ? (zzbmf) queryLocalInterface : new zzbmd(readStrongBinder);
|
|
}
|
|
zzayc.zzc(parcel);
|
|
zzf(asInterface, zzbmdVar);
|
|
parcel2.writeNoException();
|
|
return true;
|
|
}
|
|
if (i == 6) {
|
|
IObjectWrapper asInterface2 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zze(asInterface2);
|
|
parcel2.writeNoException();
|
|
return true;
|
|
}
|
|
if (i != 7) {
|
|
return false;
|
|
}
|
|
zzbft zzc = zzc();
|
|
parcel2.writeNoException();
|
|
zzayc.zzf(parcel2, zzc);
|
|
return true;
|
|
}
|
|
}
|