package n4;

/* JADX INFO: renamed from: n4.c0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1282c0 extends F0 {

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

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

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

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

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

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

    public C1282c0(Double d8, int i, boolean z8, int i5, long j8, long j9) {
        this.f15342a = d8;
        this.f15343b = i;
        this.f15344c = z8;
        this.f15345d = i5;
        this.f15346e = j8;
        this.f15347f = j9;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof F0) {
            F0 f02 = (F0) obj;
            Double d8 = this.f15342a;
            if (d8 != null ? d8.equals(((C1282c0) f02).f15342a) : ((C1282c0) f02).f15342a == null) {
                if (this.f15343b == ((C1282c0) f02).f15343b) {
                    C1282c0 c1282c0 = (C1282c0) f02;
                    if (this.f15344c == c1282c0.f15344c && this.f15345d == c1282c0.f15345d && this.f15346e == c1282c0.f15346e && this.f15347f == c1282c0.f15347f) {
                        return true;
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        Double d8 = this.f15342a;
        int iHashCode = ((((((((d8 == null ? 0 : d8.hashCode()) ^ 1000003) * 1000003) ^ this.f15343b) * 1000003) ^ (this.f15344c ? 1231 : 1237)) * 1000003) ^ this.f15345d) * 1000003;
        long j8 = this.f15346e;
        long j9 = this.f15347f;
        return ((iHashCode ^ ((int) (j8 ^ (j8 >>> 32)))) * 1000003) ^ ((int) (j9 ^ (j9 >>> 32)));
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Device{batteryLevel=");
        sb.append(this.f15342a);
        sb.append(", batteryVelocity=");
        sb.append(this.f15343b);
        sb.append(", proximityOn=");
        sb.append(this.f15344c);
        sb.append(", orientation=");
        sb.append(this.f15345d);
        sb.append(", ramUsed=");
        sb.append(this.f15346e);
        sb.append(", diskUsed=");
        return I1.a.q(sb, this.f15347f, "}");
    }
}
