package n7;

import android.location.Location;
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;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

/* JADX INFO: loaded from: classes2.dex */
public final class a4 extends f8.a {
    public static final Parcelable.Creator<a4> CREATOR = new c4(0);
    public final Bundle Q;
    public final List R;
    public final String S;
    public final String T;
    public final boolean U;
    public final int V;
    public final List W;
    public final int X;
    public final int Y;
    public final long Z;

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

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

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

    /* JADX INFO: renamed from: b0, reason: collision with root package name */
    public final Bundle f30894b0 = new Bundle();

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final r3 f30902j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final Location f30903k;

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

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

    @Nullable
    @SafeParcelable$Field(id = 19)
    public final u0 zzs;

    @Nullable
    @SafeParcelable$Field(id = 21)
    public final String zzu;

    @Nullable
    @SafeParcelable$Field(id = 24)
    public final String zzx;

    @SafeParcelable$Constructor
    public a4(@SafeParcelable$Param(id = 1) int i10, @SafeParcelable$Param(id = 2) long j10, @SafeParcelable$Param(id = 3) Bundle bundle, @SafeParcelable$Param(id = 4) int i11, @SafeParcelable$Param(id = 5) List list, @SafeParcelable$Param(id = 6) boolean z10, @SafeParcelable$Param(id = 7) int i12, @SafeParcelable$Param(id = 8) boolean z11, @SafeParcelable$Param(id = 9) String str, @SafeParcelable$Param(id = 10) r3 r3Var, @SafeParcelable$Param(id = 11) Location location, @SafeParcelable$Param(id = 12) String str2, @SafeParcelable$Param(id = 13) Bundle bundle2, @SafeParcelable$Param(id = 14) Bundle bundle3, @SafeParcelable$Param(id = 15) List list2, @SafeParcelable$Param(id = 16) String str3, @SafeParcelable$Param(id = 17) String str4, @SafeParcelable$Param(id = 18) boolean z12, @Nullable @SafeParcelable$Param(id = 19) u0 u0Var, @SafeParcelable$Param(id = 20) int i13, @Nullable @SafeParcelable$Param(id = 21) String str5, @SafeParcelable$Param(id = 22) List list3, @SafeParcelable$Param(id = 23) int i14, @Nullable @SafeParcelable$Param(id = 24) String str6, @SafeParcelable$Param(id = 25) int i15, @SafeParcelable$Param(id = 26) long j11, @SafeParcelable$Param(id = 27) long j12) {
        this.f30891a = i10;
        this.f30893b = j10;
        this.f30895c = bundle == null ? new Bundle() : bundle;
        this.f30896d = i11;
        this.f30897e = list;
        this.f30898f = z10;
        this.f30899g = i12;
        this.f30900h = z11;
        this.f30901i = str;
        this.f30902j = r3Var;
        this.f30903k = location;
        this.f30904l = str2;
        this.f30905m = bundle2 == null ? new Bundle() : bundle2;
        this.Q = bundle3;
        this.R = list2;
        this.S = str3;
        this.T = str4;
        this.U = z12;
        this.zzs = u0Var;
        this.V = i13;
        this.zzu = str5;
        this.W = list3 == null ? new ArrayList() : list3;
        this.X = i14;
        this.zzx = str6;
        this.Y = i15;
        this.Z = j11;
        this.f30892a0 = j12;
    }

    public final boolean equals(Object obj) {
        if (obj instanceof a4) {
            return w(obj) && this.Z == ((a4) obj).Z;
        }
        return false;
    }

    public final int hashCode() {
        return Arrays.hashCode(new Object[]{Integer.valueOf(this.f30891a), Long.valueOf(this.f30893b), this.f30895c, Integer.valueOf(this.f30896d), this.f30897e, Boolean.valueOf(this.f30898f), Integer.valueOf(this.f30899g), Boolean.valueOf(this.f30900h), this.f30901i, this.f30902j, this.f30903k, this.f30904l, this.f30905m, this.Q, this.R, this.S, this.T, Boolean.valueOf(this.U), Integer.valueOf(this.V), this.zzu, this.W, Integer.valueOf(this.X), this.zzx, Integer.valueOf(this.Y), Long.valueOf(this.Z), Long.valueOf(this.f30892a0)});
    }

    public final boolean w(Object obj) {
        if (!(obj instanceof a4)) {
            return false;
        }
        a4 a4Var = (a4) obj;
        return this.f30891a == a4Var.f30891a && this.f30893b == a4Var.f30893b && q7.k.zza(this.f30895c, a4Var.f30895c) && this.f30896d == a4Var.f30896d && com.google.android.gms.common.internal.v.equal(this.f30897e, a4Var.f30897e) && this.f30898f == a4Var.f30898f && this.f30899g == a4Var.f30899g && this.f30900h == a4Var.f30900h && com.google.android.gms.common.internal.v.equal(this.f30901i, a4Var.f30901i) && com.google.android.gms.common.internal.v.equal(this.f30902j, a4Var.f30902j) && com.google.android.gms.common.internal.v.equal(this.f30903k, a4Var.f30903k) && com.google.android.gms.common.internal.v.equal(this.f30904l, a4Var.f30904l) && q7.k.zza(this.f30905m, a4Var.f30905m) && q7.k.zza(this.Q, a4Var.Q) && com.google.android.gms.common.internal.v.equal(this.R, a4Var.R) && com.google.android.gms.common.internal.v.equal(this.S, a4Var.S) && com.google.android.gms.common.internal.v.equal(this.T, a4Var.T) && this.U == a4Var.U && this.V == a4Var.V && com.google.android.gms.common.internal.v.equal(this.zzu, a4Var.zzu) && com.google.android.gms.common.internal.v.equal(this.W, a4Var.W) && this.X == a4Var.X && com.google.android.gms.common.internal.v.equal(this.zzx, a4Var.zzx) && this.Y == a4Var.Y;
    }

    @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.f30891a);
        com.bumptech.glide.g.C(parcel, 2, 8);
        parcel.writeLong(this.f30893b);
        com.bumptech.glide.g.n(parcel, 3, this.f30895c);
        com.bumptech.glide.g.C(parcel, 4, 4);
        parcel.writeInt(this.f30896d);
        com.bumptech.glide.g.t(parcel, 5, this.f30897e);
        com.bumptech.glide.g.C(parcel, 6, 4);
        parcel.writeInt(this.f30898f ? 1 : 0);
        com.bumptech.glide.g.C(parcel, 7, 4);
        parcel.writeInt(this.f30899g);
        com.bumptech.glide.g.C(parcel, 8, 4);
        parcel.writeInt(this.f30900h ? 1 : 0);
        com.bumptech.glide.g.r(parcel, 9, this.f30901i);
        com.bumptech.glide.g.q(parcel, 10, this.f30902j, i10);
        com.bumptech.glide.g.q(parcel, 11, this.f30903k, i10);
        com.bumptech.glide.g.r(parcel, 12, this.f30904l);
        com.bumptech.glide.g.n(parcel, 13, this.f30905m);
        com.bumptech.glide.g.n(parcel, 14, this.Q);
        com.bumptech.glide.g.t(parcel, 15, this.R);
        com.bumptech.glide.g.r(parcel, 16, this.S);
        com.bumptech.glide.g.r(parcel, 17, this.T);
        com.bumptech.glide.g.C(parcel, 18, 4);
        parcel.writeInt(this.U ? 1 : 0);
        com.bumptech.glide.g.q(parcel, 19, this.zzs, i10);
        com.bumptech.glide.g.C(parcel, 20, 4);
        parcel.writeInt(this.V);
        com.bumptech.glide.g.r(parcel, 21, this.zzu);
        com.bumptech.glide.g.t(parcel, 22, this.W);
        com.bumptech.glide.g.C(parcel, 23, 4);
        parcel.writeInt(this.X);
        com.bumptech.glide.g.r(parcel, 24, this.zzx);
        com.bumptech.glide.g.C(parcel, 25, 4);
        parcel.writeInt(this.Y);
        com.bumptech.glide.g.C(parcel, 26, 8);
        parcel.writeLong(this.Z);
        com.bumptech.glide.g.C(parcel, 27, 8);
        parcel.writeLong(this.f30892a0);
        com.bumptech.glide.g.N(I, parcel);
    }

    public final boolean x() {
        Bundle bundle = this.f30895c;
        return bundle.getBoolean("is_sdk_preload", false) || bundle.getBoolean("zenith_v2", false);
    }
}
