- 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
27 lines
901 B
Java
27 lines
901 B
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 final class zzbwt extends zzaya implements IInterface {
|
|
public zzbwt(IBinder iBinder) {
|
|
super(iBinder, "com.google.android.gms.ads.internal.rewarded.client.IRewardedAdCreator");
|
|
}
|
|
|
|
public final IBinder zze(IObjectWrapper iObjectWrapper, String str, zzbpe zzbpeVar, int i) throws RemoteException {
|
|
Parcel zza = zza();
|
|
zzayc.zzf(zza, iObjectWrapper);
|
|
zza.writeString(str);
|
|
zzayc.zzf(zza, zzbpeVar);
|
|
zza.writeInt(244410000);
|
|
Parcel zzcZ = zzcZ(1, zza);
|
|
IBinder readStrongBinder = zzcZ.readStrongBinder();
|
|
zzcZ.recycle();
|
|
return readStrongBinder;
|
|
}
|
|
}
|