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

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

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

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

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

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

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

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

    public di1(int i10, int i11, int i12, String str, String str2) {
        this.f10408a = i10;
        this.f10409b = i11;
        this.f10410c = str;
        this.f10411d = str2;
        this.f10412e = i12;
    }

    @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.f10408a);
        com.bumptech.glide.g.C(parcel, 2, 4);
        parcel.writeInt(this.f10409b);
        com.bumptech.glide.g.r(parcel, 3, this.f10410c);
        com.bumptech.glide.g.r(parcel, 4, this.f10411d);
        com.bumptech.glide.g.C(parcel, 5, 4);
        parcel.writeInt(this.f10412e);
        com.bumptech.glide.g.N(I, parcel);
    }
}
