- 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
954 B
Java
31 lines
954 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import org.json.JSONException;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzevo implements zzetq {
|
|
private final String zza;
|
|
private final String zzb;
|
|
|
|
public zzevo(String str, String str2) {
|
|
this.zza = str;
|
|
this.zzb = str2;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* synthetic */ void zza(Object obj) {
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* bridge */ /* synthetic */ void zzb(Object obj) {
|
|
try {
|
|
JSONObject zzg = com.google.android.gms.ads.internal.util.zzbs.zzg((JSONObject) obj, "pii");
|
|
zzg.put("doritos", this.zza);
|
|
zzg.put("doritos_v2", this.zzb);
|
|
} catch (JSONException unused) {
|
|
com.google.android.gms.ads.internal.util.zze.zza("Failed putting doritos string.");
|
|
}
|
|
}
|
|
}
|