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

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;
}
}