- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
28 lines
824 B
Java
28 lines
824 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.VisibleForTesting;
|
|
import com.google.common.util.concurrent.ListenableFuture;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzecx implements zzecw {
|
|
|
|
@VisibleForTesting
|
|
public final zzecw zza;
|
|
private final zzfuc zzb;
|
|
|
|
public zzecx(zzecw zzecwVar, zzfuc zzfucVar) {
|
|
this.zza = zzecwVar;
|
|
this.zzb = zzfucVar;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzecw
|
|
public final ListenableFuture zza(zzfca zzfcaVar, zzfbo zzfboVar) {
|
|
return zzgch.zzm(this.zza.zza(zzfcaVar, zzfboVar), this.zzb, zzbzw.zza);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzecw
|
|
public final boolean zzb(zzfca zzfcaVar, zzfbo zzfboVar) {
|
|
return this.zza.zzb(zzfcaVar, zzfboVar);
|
|
}
|
|
}
|