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 com.google.android.gms.common.internal.safeparcel.SafeParcelable; import java.util.Map; /* loaded from: classes2.dex */ public final class w0 implements SafeParcelable { public static final Parcelable.Creator CREATOR = new x0(); /* renamed from: a, reason: collision with root package name */ private final String f138a; /* renamed from: b, reason: collision with root package name */ private final String f139b; /* renamed from: c, reason: collision with root package name */ private final Map f140c; /* renamed from: d, reason: collision with root package name */ private final boolean f141d; public w0(boolean z10) { this.f141d = z10; this.f139b = null; this.f138a = null; this.f140c = null; } @Override // android.os.Parcelable public final int describeContents() { return 0; } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i10) { int beginObjectHeader = SafeParcelWriter.beginObjectHeader(parcel); SafeParcelWriter.writeString(parcel, 1, this.f138a, false); SafeParcelWriter.writeString(parcel, 2, this.f139b, false); SafeParcelWriter.writeBoolean(parcel, 3, this.f141d); SafeParcelWriter.finishObjectHeader(parcel, beginObjectHeader); } public w0(String str, String str2, boolean z10) { Preconditions.checkNotEmpty(str); Preconditions.checkNotEmpty(str2); this.f138a = str; this.f139b = str2; this.f140c = r.c(str2); this.f141d = z10; } }