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

package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
import com.google.common.util.concurrent.ListenableFuture;
/* loaded from: classes3.dex */
public final class zzeyu implements zzezf {
@Nullable
private zzcuz zza;
@Override // com.google.android.gms.internal.ads.zzezf
@Nullable
/* renamed from: zza, reason: merged with bridge method [inline-methods] */
public final synchronized zzcuz zzd() {
return this.zza;
}
@Override // com.google.android.gms.internal.ads.zzezf
public final /* bridge */ /* synthetic */ ListenableFuture zzc(zzezg zzezgVar, zzeze zzezeVar, @Nullable Object obj) {
return zzb(zzezgVar, zzezeVar, null);
}
public final synchronized ListenableFuture zzb(zzezg zzezgVar, zzeze zzezeVar, @Nullable zzcuz zzcuzVar) {
zzcsd zzb;
try {
if (zzcuzVar != null) {
this.zza = zzcuzVar;
} else {
this.zza = (zzcuz) zzezeVar.zza(zzezgVar.zzb).zzh();
}
zzb = this.zza.zzb();
} catch (Throwable th) {
throw th;
}
return zzb.zzh(zzb.zzi());
}
}