Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzbyt.java
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

119 lines
5.6 KiB
Java

package com.google.android.gms.internal.ads;
import android.net.Uri;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
import com.google.android.gms.dynamic.IObjectWrapper;
import java.util.ArrayList;
/* loaded from: classes3.dex */
public abstract class zzbyt extends zzayb implements zzbyu {
public zzbyt() {
super("com.google.android.gms.ads.internal.signals.ISignalGenerator");
}
public static zzbyu zzb(IBinder iBinder) {
if (iBinder == null) {
return null;
}
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.ads.internal.signals.ISignalGenerator");
return queryLocalInterface instanceof zzbyu ? (zzbyu) queryLocalInterface : new zzbys(iBinder);
}
@Override // com.google.android.gms.internal.ads.zzayb
public final boolean zzdD(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
zzbyr zzbyrVar = null;
switch (i) {
case 1:
IObjectWrapper asInterface = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
zzbyy zzbyyVar = (zzbyy) zzayc.zza(parcel, zzbyy.CREATOR);
IBinder readStrongBinder = parcel.readStrongBinder();
if (readStrongBinder != null) {
IInterface queryLocalInterface = readStrongBinder.queryLocalInterface("com.google.android.gms.ads.internal.signals.ISignalCallback");
zzbyrVar = queryLocalInterface instanceof zzbyr ? (zzbyr) queryLocalInterface : new zzbyp(readStrongBinder);
}
zzayc.zzc(parcel);
zzf(asInterface, zzbyyVar, zzbyrVar);
parcel2.writeNoException();
return true;
case 2:
IObjectWrapper asInterface2 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
zzayc.zzc(parcel);
zzk(asInterface2);
parcel2.writeNoException();
return true;
case 3:
IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
zzayc.zzc(parcel);
parcel2.writeNoException();
zzayc.zzf(parcel2, null);
return true;
case 4:
IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
zzayc.zzc(parcel);
parcel2.writeNoException();
zzayc.zzf(parcel2, null);
return true;
case 5:
ArrayList createTypedArrayList = parcel.createTypedArrayList(Uri.CREATOR);
IObjectWrapper asInterface3 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
zzbtt zzb = zzbts.zzb(parcel.readStrongBinder());
zzayc.zzc(parcel);
zzm(createTypedArrayList, asInterface3, zzb);
parcel2.writeNoException();
return true;
case 6:
ArrayList createTypedArrayList2 = parcel.createTypedArrayList(Uri.CREATOR);
IObjectWrapper asInterface4 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
zzbtt zzb2 = zzbts.zzb(parcel.readStrongBinder());
zzayc.zzc(parcel);
zzl(createTypedArrayList2, asInterface4, zzb2);
parcel2.writeNoException();
return true;
case 7:
zzbuc zzbucVar = (zzbuc) zzayc.zza(parcel, zzbuc.CREATOR);
zzayc.zzc(parcel);
zzg(zzbucVar);
parcel2.writeNoException();
return true;
case 8:
IObjectWrapper asInterface5 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
zzayc.zzc(parcel);
zzj(asInterface5);
parcel2.writeNoException();
return true;
case 9:
ArrayList createTypedArrayList3 = parcel.createTypedArrayList(Uri.CREATOR);
IObjectWrapper asInterface6 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
zzbtt zzb3 = zzbts.zzb(parcel.readStrongBinder());
zzayc.zzc(parcel);
zzi(createTypedArrayList3, asInterface6, zzb3);
parcel2.writeNoException();
return true;
case 10:
ArrayList createTypedArrayList4 = parcel.createTypedArrayList(Uri.CREATOR);
IObjectWrapper asInterface7 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
zzbtt zzb4 = zzbts.zzb(parcel.readStrongBinder());
zzayc.zzc(parcel);
zzh(createTypedArrayList4, asInterface7, zzb4);
parcel2.writeNoException();
return true;
case 11:
IObjectWrapper asInterface8 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
IObjectWrapper asInterface9 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
String readString = parcel.readString();
IObjectWrapper asInterface10 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
zzayc.zzc(parcel);
IObjectWrapper zze = zze(asInterface8, asInterface9, readString, asInterface10);
parcel2.writeNoException();
zzayc.zzf(parcel2, zze);
return true;
default:
return false;
}
}
}