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

39 lines
1.0 KiB
Java

package com.google.android.gms.internal.ads;
/* loaded from: classes3.dex */
final class zzfhe implements zzgcd {
final /* synthetic */ zzfhh zza;
final /* synthetic */ zzfgw zzb;
final /* synthetic */ boolean zzc;
public zzfhe(zzfhh zzfhhVar, zzfgw zzfgwVar, boolean z) {
this.zza = zzfhhVar;
this.zzb = zzfgwVar;
this.zzc = z;
}
@Override // com.google.android.gms.internal.ads.zzgcd
public final void zza(Throwable th) {
zzfgw zzfgwVar = this.zzb;
if (zzfgwVar.zzk()) {
zzfhh zzfhhVar = this.zza;
zzfgwVar.zzh(th);
zzfgwVar.zzg(false);
zzfhhVar.zza(zzfgwVar);
if (this.zzc) {
this.zza.zzh();
}
}
}
@Override // com.google.android.gms.internal.ads.zzgcd
public final void zzb(Object obj) {
zzfgw zzfgwVar = this.zzb;
zzfgwVar.zzg(true);
this.zza.zza(zzfgwVar);
if (this.zzc) {
this.zza.zzh();
}
}
}