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

import android.os.Bundle;
import android.text.TextUtils;

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

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f18323c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final int f18324d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final boolean f18325e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final int f18326f;

    public x61(String str, int i10, int i11, int i12, boolean z10, int i13) {
        this.f18321a = str;
        this.f18322b = i10;
        this.f18323c = i11;
        this.f18324d = i12;
        this.f18325e = z10;
        this.f18326f = i13;
    }

    @Override // com.google.android.gms.internal.ads.m61
    public final /* bridge */ /* synthetic */ void zza(Object obj) {
        Bundle bundle = ((zd0) obj).f19235a;
        mb1.zzb(bundle, "carrier", this.f18321a, !TextUtils.isEmpty(r0));
        int i10 = this.f18322b;
        mb1.zzc(bundle, "cnt", i10, i10 != -2);
        bundle.putInt("gnt", this.f18323c);
        bundle.putInt("pt", this.f18324d);
        Bundle bundleA = mb1.a(bundle, "device");
        bundle.putBundle("device", bundleA);
        Bundle bundleA2 = mb1.a(bundleA, "network");
        bundleA.putBundle("network", bundleA2);
        bundleA2.putInt("active_network_state", this.f18326f);
        bundleA2.putBoolean("active_network_metered", this.f18325e);
    }
}
