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

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

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

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

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

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

    public rt(String str, String[] strArr, String[] strArr2) {
        this.f16213a = str;
        this.f16214b = strArr;
        this.f16215c = strArr2;
    }

    @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.f16213a);
        com.bumptech.glide.g.s(parcel, 2, this.f16214b);
        com.bumptech.glide.g.s(parcel, 3, this.f16215c);
        com.bumptech.glide.g.N(I, parcel);
    }
}
