Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzbwt.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

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;
}
}