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

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

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

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

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

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

    public t3(int i10, long j10, String str) {
        this.f21911a = str;
        this.f21912b = j10;
        this.f21913c = i10;
    }

    @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.f21911a);
        com.bumptech.glide.g.C(parcel, 2, 8);
        parcel.writeLong(this.f21912b);
        com.bumptech.glide.g.C(parcel, 3, 4);
        parcel.writeInt(this.f21913c);
        com.bumptech.glide.g.N(I, parcel);
    }
}
