package a0;

import p0.C2714u;

/* JADX INFO: renamed from: a0.x, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0949x {

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

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

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

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

    public C0949x(long j4, long j6, long j7, long j8) {
        this.f10305a = j4;
        this.f10306b = j6;
        this.f10307c = j7;
        this.f10308d = j8;
    }

    public final C0949x a(long j4, long j6, long j7, long j8) {
        if (j4 == 16) {
            j4 = this.f10305a;
        }
        return new C0949x(j4, j6 != 16 ? j6 : this.f10306b, j7 != 16 ? j7 : this.f10307c, j8 != 16 ? j8 : this.f10308d);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !(obj instanceof C0949x)) {
            return false;
        }
        C0949x c0949x = (C0949x) obj;
        return C2714u.d(this.f10305a, c0949x.f10305a) && C2714u.d(this.f10306b, c0949x.f10306b) && C2714u.d(this.f10307c, c0949x.f10307c) && C2714u.d(this.f10308d, c0949x.f10308d);
    }

    public final int hashCode() {
        int i6 = C2714u.f22946n;
        return Long.hashCode(this.f10308d) + com.google.android.recaptcha.internal.a.e(com.google.android.recaptcha.internal.a.e(Long.hashCode(this.f10305a) * 31, 31, this.f10306b), 31, this.f10307c);
    }
}
