- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
33 lines
939 B
Java
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);
|
|
}
|
|
}
|