package com.google.android.gms.internal.ads;

import org.json.JSONException;
import org.json.JSONObject;

/* JADX INFO: loaded from: classes2.dex */
public final class r71 implements m61 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f16015a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f16016b;

    public r71(String str, String str2) {
        this.f16015a = str;
        this.f16016b = str2;
    }

    @Override // com.google.android.gms.internal.ads.m61
    public final /* bridge */ /* synthetic */ void zza(Object obj) {
        try {
            JSONObject jSONObjectF = p7.y.f("pii", (JSONObject) obj);
            jSONObjectF.put("doritos", this.f16015a);
            jSONObjectF.put("doritos_v2", this.f16016b);
        } catch (JSONException unused) {
            p7.l0.g("Failed putting doritos string.");
        }
    }
}
