package a4; import android.os.Parcel; import android.os.Parcelable; import com.google.android.gms.common.internal.Preconditions; import com.google.android.gms.common.internal.safeparcel.SafeParcelWriter; import java.util.List; /* loaded from: classes2.dex */ public final class d extends com.google.firebase.auth.c0 { public static final Parcelable.Creator CREATOR = new e(); /* renamed from: a, reason: collision with root package name */ private final List f50a; /* renamed from: b, reason: collision with root package name */ private final f f51b; /* renamed from: c, reason: collision with root package name */ private final String f52c; /* renamed from: d, reason: collision with root package name */ private final com.google.firebase.auth.g1 f53d; /* renamed from: e, reason: collision with root package name */ private final e1 f54e; /* renamed from: f, reason: collision with root package name */ private final List f55f; public d(List list, f fVar, String str, com.google.firebase.auth.g1 g1Var, e1 e1Var, List list2) { this.f50a = (List) Preconditions.checkNotNull(list); this.f51b = (f) Preconditions.checkNotNull(fVar); this.f52c = Preconditions.checkNotEmpty(str); this.f53d = g1Var; this.f54e = e1Var; this.f55f = (List) Preconditions.checkNotNull(list2); } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i10) { int beginObjectHeader = SafeParcelWriter.beginObjectHeader(parcel); SafeParcelWriter.writeTypedList(parcel, 1, this.f50a, false); SafeParcelWriter.writeParcelable(parcel, 2, this.f51b, i10, false); SafeParcelWriter.writeString(parcel, 3, this.f52c, false); SafeParcelWriter.writeParcelable(parcel, 4, this.f53d, i10, false); SafeParcelWriter.writeParcelable(parcel, 5, this.f54e, i10, false); SafeParcelWriter.writeTypedList(parcel, 6, this.f55f, false); SafeParcelWriter.finishObjectHeader(parcel, beginObjectHeader); } }