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

import android.os.Bundle;
import android.text.TextUtils;
import androidx.annotation.Nullable;
import androidx.annotation.VisibleForTesting;

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

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

    @Nullable
    @VisibleForTesting
    final String zza;

    public b31(@Nullable String str, int i10) {
        this.zza = str;
        this.f9366a = i10;
    }

    @Override // com.google.android.gms.internal.ads.m61
    public final /* bridge */ /* synthetic */ void zza(Object obj) {
        int i10;
        Bundle bundle = ((zd0) obj).f19235a;
        String str = this.zza;
        if (TextUtils.isEmpty(str) || (i10 = this.f9366a) == -1) {
            return;
        }
        Bundle bundleA = mb1.a(bundle, "pii");
        bundle.putBundle("pii", bundleA);
        bundleA.putString("pvid", str);
        bundleA.putInt("pvid_s", i10);
    }
}
