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

import android.os.Parcel;
import android.os.Parcelable;

/* JADX INFO: loaded from: classes2.dex */
public final class zt extends f8.a {
    public static final Parcelable.Creator<zt> CREATOR = new wk(5);

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

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

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

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

    public zt(String str, int i10, String str2, boolean z10) {
        this.f19385a = str;
        this.f19386b = z10;
        this.f19387c = i10;
        this.f19388d = str2;
    }

    @Override // android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i10) {
        int I = com.bumptech.glide.g.I(20293, parcel);
        com.bumptech.glide.g.r(parcel, 1, this.f19385a);
        com.bumptech.glide.g.C(parcel, 2, 4);
        parcel.writeInt(this.f19386b ? 1 : 0);
        com.bumptech.glide.g.C(parcel, 3, 4);
        parcel.writeInt(this.f19387c);
        com.bumptech.glide.g.r(parcel, 4, this.f19388d);
        com.bumptech.glide.g.N(I, parcel);
    }
}
