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

import android.os.Bundle;
import androidx.annotation.Nullable;

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

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

    @Nullable
    private final String zza;

    public r21(@Nullable String str, boolean z10) {
        this.zza = str;
        this.f15968a = z10;
    }

    @Override // com.google.android.gms.internal.ads.m61
    public final /* bridge */ /* synthetic */ void zza(Object obj) {
        String str = this.zza;
        zd0 zd0Var = (zd0) obj;
        if (str != null) {
            Bundle bundleA = mb1.a(zd0Var.f19235a, "pii");
            bundleA.putString("afai", str);
            bundleA.putBoolean("is_afai_lat", this.f15968a);
        }
    }
}
