Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

42 lines
1.5 KiB
Java

package com.google.android.gms.internal.ads;
import com.google.common.util.concurrent.ListenableFuture;
import java.util.UUID;
import org.json.JSONObject;
/* loaded from: classes3.dex */
public final class zzbos implements zzgbo {
private final String zza = "google.afma.activeView.handleUpdate";
private final ListenableFuture zzb;
public zzbos(ListenableFuture listenableFuture, String str, zzbnz zzbnzVar, zzbny zzbnyVar) {
this.zzb = listenableFuture;
}
@Override // com.google.android.gms.internal.ads.zzgbo
public final ListenableFuture zza(Object obj) throws Exception {
return zzb(obj);
}
public final ListenableFuture zzb(final Object obj) {
return zzgch.zzn(this.zzb, new zzgbo() { // from class: com.google.android.gms.internal.ads.zzboq
@Override // com.google.android.gms.internal.ads.zzgbo
public final ListenableFuture zza(Object obj2) {
return zzbos.this.zzc(obj, (zzbnt) obj2);
}
}, zzbzw.zzg);
}
public final /* synthetic */ ListenableFuture zzc(Object obj, zzbnt zzbntVar) throws Exception {
zzcab zzcabVar = new zzcab();
com.google.android.gms.ads.internal.zzv.zzq();
String uuid = UUID.randomUUID().toString();
zzbjo.zzo.zzc(uuid, new zzbor(this, zzcabVar));
JSONObject jSONObject = new JSONObject();
jSONObject.put("id", uuid);
jSONObject.put("args", (JSONObject) obj);
zzbntVar.zzl(this.zza, jSONObject);
return zzcabVar;
}
}