- 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
67 lines
2.7 KiB
Java
67 lines
2.7 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Intent;
|
|
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 zzbsw extends zzayb implements zzbsx {
|
|
public zzbsw() {
|
|
super("com.google.android.gms.ads.internal.offline.IOfflineUtils");
|
|
}
|
|
|
|
public static zzbsx zzb(IBinder iBinder) {
|
|
if (iBinder == null) {
|
|
return null;
|
|
}
|
|
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.ads.internal.offline.IOfflineUtils");
|
|
return queryLocalInterface instanceof zzbsx ? (zzbsx) queryLocalInterface : new zzbsv(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:
|
|
Intent intent = (Intent) zzayc.zza(parcel, Intent.CREATOR);
|
|
zzayc.zzc(parcel);
|
|
zze(intent);
|
|
break;
|
|
case 2:
|
|
IObjectWrapper asInterface = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
String readString = parcel.readString();
|
|
String readString2 = parcel.readString();
|
|
zzayc.zzc(parcel);
|
|
zzi(asInterface, readString, readString2);
|
|
break;
|
|
case 3:
|
|
zzh();
|
|
break;
|
|
case 4:
|
|
IObjectWrapper asInterface2 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zzg(asInterface2);
|
|
break;
|
|
case 5:
|
|
String[] createStringArray = parcel.createStringArray();
|
|
int[] createIntArray = parcel.createIntArray();
|
|
IObjectWrapper asInterface3 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
zzayc.zzc(parcel);
|
|
zzf(createStringArray, createIntArray, asInterface3);
|
|
break;
|
|
case 6:
|
|
IObjectWrapper asInterface4 = IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
com.google.android.gms.ads.internal.offline.buffering.zza zzaVar = (com.google.android.gms.ads.internal.offline.buffering.zza) zzayc.zza(parcel, com.google.android.gms.ads.internal.offline.buffering.zza.CREATOR);
|
|
zzayc.zzc(parcel);
|
|
zzj(asInterface4, zzaVar);
|
|
break;
|
|
default:
|
|
return false;
|
|
}
|
|
parcel2.writeNoException();
|
|
return true;
|
|
}
|
|
}
|