Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

79 lines
2.9 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 zzbfs extends zzayb implements zzbft {
public zzbfs() {
super("com.google.android.gms.ads.internal.formats.client.IMediaContent");
}
@Override // com.google.android.gms.internal.ads.zzayb
public final boolean zzdD(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
zzbhe zzbheVar;
switch (i) {
case 2:
float zze = zze();
parcel2.writeNoException();
parcel2.writeFloat(zze);
return true;
case 3:
IObjectWrapper asInterface = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
zzayc.zzc(parcel);
zzj(asInterface);
parcel2.writeNoException();
return true;
case 4:
IObjectWrapper zzi = zzi();
parcel2.writeNoException();
zzayc.zzf(parcel2, zzi);
return true;
case 5:
float zzg = zzg();
parcel2.writeNoException();
parcel2.writeFloat(zzg);
return true;
case 6:
float zzf = zzf();
parcel2.writeNoException();
parcel2.writeFloat(zzf);
return true;
case 7:
com.google.android.gms.ads.internal.client.zzeb zzh = zzh();
parcel2.writeNoException();
zzayc.zzf(parcel2, zzh);
return true;
case 8:
boolean zzl = zzl();
parcel2.writeNoException();
int i3 = zzayc.zza;
parcel2.writeInt(zzl ? 1 : 0);
return true;
case 9:
IBinder readStrongBinder = parcel.readStrongBinder();
if (readStrongBinder == null) {
zzbheVar = null;
} else {
IInterface queryLocalInterface = readStrongBinder.queryLocalInterface("com.google.android.gms.ads.internal.formats.client.IOnMediaContentChangedListener");
zzbheVar = queryLocalInterface instanceof zzbhe ? (zzbhe) queryLocalInterface : new zzbhe(readStrongBinder);
}
zzayc.zzc(parcel);
zzm(zzbheVar);
parcel2.writeNoException();
return true;
case 10:
boolean zzk = zzk();
parcel2.writeNoException();
int i4 = zzayc.zza;
parcel2.writeInt(zzk ? 1 : 0);
return true;
default:
return false;
}
}
}