- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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;
|
|
}
|
|
}
|