- 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
31 lines
1.1 KiB
Java
31 lines
1.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import com.google.common.util.concurrent.ListenableFuture;
|
|
import java.util.Arrays;
|
|
import java.util.Collections;
|
|
import java.util.concurrent.ScheduledExecutorService;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzfgf {
|
|
private static final ListenableFuture zza = zzgch.zzh(null);
|
|
private final zzgcs zzb;
|
|
private final ScheduledExecutorService zzc;
|
|
private final zzfgg zzd;
|
|
|
|
public zzfgf(zzgcs zzgcsVar, ScheduledExecutorService scheduledExecutorService, zzfgg zzfggVar) {
|
|
this.zzb = zzgcsVar;
|
|
this.zzc = scheduledExecutorService;
|
|
this.zzd = zzfggVar;
|
|
}
|
|
|
|
public final zzffv zza(Object obj, ListenableFuture... listenableFutureArr) {
|
|
return new zzffv(this, obj, Arrays.asList(listenableFutureArr), null);
|
|
}
|
|
|
|
public final zzfgd zzb(Object obj, ListenableFuture listenableFuture) {
|
|
return new zzfgd(this, obj, listenableFuture, Collections.singletonList(listenableFuture), listenableFuture);
|
|
}
|
|
|
|
public abstract String zzf(Object obj);
|
|
}
|