package n7;

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

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

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

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

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

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

    public g4(int i10, long j10, int i11, String str) {
        this.f30960a = i10;
        this.f30961b = i11;
        this.f30962c = str;
        this.f30963d = 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.f30960a);
        com.bumptech.glide.g.C(parcel, 2, 4);
        parcel.writeInt(this.f30961b);
        com.bumptech.glide.g.r(parcel, 3, this.f30962c);
        com.bumptech.glide.g.C(parcel, 4, 8);
        parcel.writeLong(this.f30963d);
        com.bumptech.glide.g.N(I, parcel);
    }
}
