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

33 lines
1.0 KiB
Java

package com.google.android.gms.internal.ads;
import android.os.RemoteException;
/* loaded from: classes3.dex */
final class zzdzf implements zzgcd {
final /* synthetic */ zzbuu zza;
final /* synthetic */ zzbvd zzb;
public zzdzf(zzdzl zzdzlVar, zzbvd zzbvdVar, zzbuu zzbuuVar) {
this.zzb = zzbvdVar;
this.zza = zzbuuVar;
}
@Override // com.google.android.gms.internal.ads.zzgcd
public final void zza(Throwable th) {
try {
this.zzb.zze(com.google.android.gms.ads.internal.util.zzbb.zzb(th));
} catch (RemoteException e) {
com.google.android.gms.ads.internal.util.zze.zzb("Service can't call client", e);
}
}
@Override // com.google.android.gms.internal.ads.zzgcd
public final /* bridge */ /* synthetic */ void zzb(Object obj) {
try {
this.zzb.zzf((String) obj, this.zza);
} catch (RemoteException e) {
com.google.android.gms.ads.internal.util.zze.zzb("Service can't call client", e);
}
}
}