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

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

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

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final byte[] f16576d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final String[] f16577e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final String[] f16578f;

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final long f16580h;

    public st(boolean z10, String str, int i10, byte[] bArr, String[] strArr, String[] strArr2, boolean z11, long j10) {
        this.f16573a = z10;
        this.f16574b = str;
        this.f16575c = i10;
        this.f16576d = bArr;
        this.f16577e = strArr;
        this.f16578f = strArr2;
        this.f16579g = z11;
        this.f16580h = j10;
    }

    @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.C(parcel, 1, 4);
        parcel.writeInt(this.f16573a ? 1 : 0);
        com.bumptech.glide.g.r(parcel, 2, this.f16574b);
        com.bumptech.glide.g.C(parcel, 3, 4);
        parcel.writeInt(this.f16575c);
        com.bumptech.glide.g.o(parcel, 4, this.f16576d);
        com.bumptech.glide.g.s(parcel, 5, this.f16577e);
        com.bumptech.glide.g.s(parcel, 6, this.f16578f);
        com.bumptech.glide.g.C(parcel, 7, 4);
        parcel.writeInt(this.f16579g ? 1 : 0);
        com.bumptech.glide.g.C(parcel, 8, 8);
        parcel.writeLong(this.f16580h);
        com.bumptech.glide.g.N(I, parcel);
    }
}
