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

import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.google.android.gms.common.annotation.KeepForSdk;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable$Constructor;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable$Field;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable$Param;
import com.google.errorprone.annotations.InlineMe;

/* JADX INFO: loaded from: classes2.dex */
public final class t extends f8.a {

    @NonNull
    public static final Parcelable.Creator<t> CREATOR = new d1(2);

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

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

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

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

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

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

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

    @Nullable
    @SafeParcelable$Field(getter = "getCallingModuleId", id = 6)
    private final String zaf;

    @Nullable
    @SafeParcelable$Field(getter = "getCallingEntryPoint", id = 7)
    private final String zag;

    @SafeParcelable$Constructor
    public t(@SafeParcelable$Param(id = 1) int i10, @SafeParcelable$Param(id = 2) int i11, @SafeParcelable$Param(id = 3) int i12, @SafeParcelable$Param(id = 4) long j10, @SafeParcelable$Param(id = 5) long j11, @Nullable @SafeParcelable$Param(id = 6) String str, @Nullable @SafeParcelable$Param(id = 7) String str2, @SafeParcelable$Param(id = 8) int i13, @SafeParcelable$Param(id = 9) int i14) {
        this.f8399a = i10;
        this.f8400b = i11;
        this.f8401c = i12;
        this.f8402d = j10;
        this.f8403e = j11;
        this.zaf = str;
        this.zag = str2;
        this.f8404f = i13;
        this.f8405g = i14;
    }

    @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.f8399a);
        com.bumptech.glide.g.C(parcel, 2, 4);
        parcel.writeInt(this.f8400b);
        com.bumptech.glide.g.C(parcel, 3, 4);
        parcel.writeInt(this.f8401c);
        com.bumptech.glide.g.C(parcel, 4, 8);
        parcel.writeLong(this.f8402d);
        com.bumptech.glide.g.C(parcel, 5, 8);
        parcel.writeLong(this.f8403e);
        com.bumptech.glide.g.r(parcel, 6, this.zaf);
        com.bumptech.glide.g.r(parcel, 7, this.zag);
        com.bumptech.glide.g.C(parcel, 8, 4);
        parcel.writeInt(this.f8404f);
        com.bumptech.glide.g.C(parcel, 9, 4);
        parcel.writeInt(this.f8405g);
        com.bumptech.glide.g.N(I, parcel);
    }

    @InlineMe(replacement = "this(methodKey, resultStatusCode, connectionResultStatusCode, startTimeMillis, endTimeMillis, callingModuleId, callingEntryPoint, serviceId, -1)")
    @KeepForSdk
    @Deprecated
    public t(int i10, int i11, int i12, long j10, long j11, @Nullable String str, @Nullable String str2, int i13) {
        this(i10, i11, i12, j10, j11, str, str2, i13, -1);
    }
}
