package n7;

import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.Nullable;
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;

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

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

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

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

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

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

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

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

    @Nullable
    @SafeParcelable$Field(id = 3)
    public l2 zzc;

    @SafeParcelable$Constructor
    public h4(@SafeParcelable$Param(id = 1) String str, @SafeParcelable$Param(id = 2) long j10, @Nullable @SafeParcelable$Param(id = 3) l2 l2Var, @SafeParcelable$Param(id = 4) Bundle bundle, @SafeParcelable$Param(id = 5) String str2, @SafeParcelable$Param(id = 6) String str3, @SafeParcelable$Param(id = 7) String str4, @SafeParcelable$Param(id = 8) String str5) {
        this.f30967a = str;
        this.f30968b = j10;
        this.zzc = l2Var;
        this.f30969c = bundle;
        this.f30970d = str2;
        this.f30971e = str3;
        this.f30972f = str4;
        this.f30973g = str5;
    }

    @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.f30967a);
        long j10 = this.f30968b;
        com.bumptech.glide.g.C(parcel, 2, 8);
        parcel.writeLong(j10);
        com.bumptech.glide.g.q(parcel, 3, this.zzc, i10);
        com.bumptech.glide.g.n(parcel, 4, this.f30969c);
        com.bumptech.glide.g.r(parcel, 5, this.f30970d);
        com.bumptech.glide.g.r(parcel, 6, this.f30971e);
        com.bumptech.glide.g.r(parcel, 7, this.f30972f);
        com.bumptech.glide.g.r(parcel, 8, this.f30973g);
        com.bumptech.glide.g.N(I, parcel);
    }
}
