- 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
94 lines
3.8 KiB
Java
94 lines
3.8 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 zzbwg extends zzayb implements zzbwh {
|
|
public zzbwg() {
|
|
super("com.google.android.gms.ads.internal.reward.mediation.client.IMediationRewardedVideoAdListener");
|
|
}
|
|
|
|
public static zzbwh zzb(IBinder iBinder) {
|
|
if (iBinder == null) {
|
|
return null;
|
|
}
|
|
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.ads.internal.reward.mediation.client.IMediationRewardedVideoAdListener");
|
|
return queryLocalInterface instanceof zzbwh ? (zzbwh) queryLocalInterface : new zzbwf(iBinder);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzayb
|
|
public final boolean zzdD(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
|
|
switch (i) {
|
|
case 1:
|
|
IObjectWrapper asInterface = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zzl(asInterface);
|
|
break;
|
|
case 2:
|
|
IObjectWrapper asInterface2 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
int readInt = parcel.readInt();
|
|
zzayc.zzc(parcel);
|
|
zzk(asInterface2, readInt);
|
|
break;
|
|
case 3:
|
|
IObjectWrapper asInterface3 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zzi(asInterface3);
|
|
break;
|
|
case 4:
|
|
IObjectWrapper asInterface4 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zzj(asInterface4);
|
|
break;
|
|
case 5:
|
|
IObjectWrapper asInterface5 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zzo(asInterface5);
|
|
break;
|
|
case 6:
|
|
IObjectWrapper asInterface6 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zzf(asInterface6);
|
|
break;
|
|
case 7:
|
|
IObjectWrapper asInterface7 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzbwi zzbwiVar = (zzbwi) zzayc.zza(parcel, zzbwi.CREATOR);
|
|
zzayc.zzc(parcel);
|
|
zzm(asInterface7, zzbwiVar);
|
|
break;
|
|
case 8:
|
|
IObjectWrapper asInterface8 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zze(asInterface8);
|
|
break;
|
|
case 9:
|
|
IObjectWrapper asInterface9 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
int readInt2 = parcel.readInt();
|
|
zzayc.zzc(parcel);
|
|
zzg(asInterface9, readInt2);
|
|
break;
|
|
case 10:
|
|
IObjectWrapper asInterface10 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zzh(asInterface10);
|
|
break;
|
|
case 11:
|
|
IObjectWrapper asInterface11 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zzn(asInterface11);
|
|
break;
|
|
case 12:
|
|
zzayc.zzc(parcel);
|
|
break;
|
|
default:
|
|
return false;
|
|
}
|
|
parcel2.writeNoException();
|
|
return true;
|
|
}
|
|
}
|