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

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

/* JADX INFO: loaded from: classes.dex */
public final class U extends Q2.a {
    public static final Parcelable.Creator<U> CREATOR = new V(0);

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

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

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

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

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

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

    /* JADX INFO: renamed from: w, reason: collision with root package name */
    public final Bundle f9691w;

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

    public U(long j8, long j9, boolean z8, String str, String str2, String str3, Bundle bundle, String str4) {
        this.f9685q = j8;
        this.f9686r = j9;
        this.f9687s = z8;
        this.f9688t = str;
        this.f9689u = str2;
        this.f9690v = str3;
        this.f9691w = bundle;
        this.f9692x = str4;
    }

    @Override // android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i) {
        int iU = X1.U(parcel, 20293);
        X1.Z(parcel, 1, 8);
        parcel.writeLong(this.f9685q);
        X1.Z(parcel, 2, 8);
        parcel.writeLong(this.f9686r);
        X1.Z(parcel, 3, 4);
        parcel.writeInt(this.f9687s ? 1 : 0);
        X1.R(parcel, 4, this.f9688t);
        X1.R(parcel, 5, this.f9689u);
        X1.R(parcel, 6, this.f9690v);
        X1.O(parcel, 7, this.f9691w);
        X1.R(parcel, 8, this.f9692x);
        X1.Y(parcel, iU);
    }
}
