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

package com.google.android.gms.internal.ads;
import java.util.concurrent.Callable;
import java.util.concurrent.Executor;
/* loaded from: classes3.dex */
final class zzgbs extends zzgbt {
final /* synthetic */ zzgbu zza;
private final Callable zzc;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzgbs(zzgbu zzgbuVar, Callable callable, Executor executor) {
super(zzgbuVar, executor);
this.zza = zzgbuVar;
this.zzc = callable;
}
@Override // com.google.android.gms.internal.ads.zzgcp
public final Object zza() throws Exception {
return this.zzc.call();
}
@Override // com.google.android.gms.internal.ads.zzgcp
public final String zzb() {
return this.zzc.toString();
}
@Override // com.google.android.gms.internal.ads.zzgbt
public final void zzc(Object obj) {
this.zza.zzc(obj);
}
}