- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.");
|
|
}
|
|
}
|
|
}
|