- 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
87 lines
2.7 KiB
Java
87 lines
2.7 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.GuardedBy;
|
|
import java.util.ArrayList;
|
|
import java.util.Iterator;
|
|
import java.util.List;
|
|
import org.json.JSONArray;
|
|
import org.json.JSONException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzduq {
|
|
private final zzdua zza;
|
|
private final zzdpj zzb;
|
|
private final Object zzc = new Object();
|
|
|
|
@GuardedBy("lock")
|
|
private final List zzd = new ArrayList();
|
|
|
|
@GuardedBy("lock")
|
|
private boolean zze;
|
|
|
|
public zzduq(zzdua zzduaVar, zzdpj zzdpjVar) {
|
|
this.zza = zzduaVar;
|
|
this.zzb = zzdpjVar;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: private */
|
|
public final void zzd(List list) {
|
|
String str;
|
|
zzdpi zza;
|
|
zzbrs zzbrsVar;
|
|
synchronized (this.zzc) {
|
|
try {
|
|
if (this.zze) {
|
|
return;
|
|
}
|
|
Iterator it = list.iterator();
|
|
while (it.hasNext()) {
|
|
zzbln zzblnVar = (zzbln) it.next();
|
|
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjj)).booleanValue()) {
|
|
zzdpi zza2 = this.zzb.zza(zzblnVar.zza);
|
|
if (zza2 != null && (zzbrsVar = zza2.zzc) != null) {
|
|
str = zzbrsVar.toString();
|
|
}
|
|
str = "";
|
|
} else {
|
|
str = "";
|
|
}
|
|
String str2 = str;
|
|
boolean z = ((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjk)).booleanValue() && (zza = this.zzb.zza(zzblnVar.zza)) != null && zza.zzd;
|
|
List list2 = this.zzd;
|
|
String str3 = zzblnVar.zza;
|
|
list2.add(new zzdup(str3, str2, this.zzb.zzb(str3), zzblnVar.zzb ? 1 : 0, zzblnVar.zzd, zzblnVar.zzc, z));
|
|
}
|
|
this.zze = true;
|
|
} catch (Throwable th) {
|
|
throw th;
|
|
}
|
|
}
|
|
}
|
|
|
|
public final JSONArray zza() throws JSONException {
|
|
JSONArray jSONArray = new JSONArray();
|
|
synchronized (this.zzc) {
|
|
try {
|
|
if (!this.zze) {
|
|
if (this.zza.zzt()) {
|
|
zzd(this.zza.zzg());
|
|
} else {
|
|
zzc();
|
|
}
|
|
}
|
|
Iterator it = this.zzd.iterator();
|
|
while (it.hasNext()) {
|
|
jSONArray.put(((zzdup) it.next()).zza());
|
|
}
|
|
} finally {
|
|
}
|
|
}
|
|
return jSONArray;
|
|
}
|
|
|
|
public final void zzc() {
|
|
this.zza.zzs(new zzduo(this));
|
|
}
|
|
}
|