package defpackage;

/* JADX INFO: renamed from: ᵠˀˊ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3136 extends AbstractC0941 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final int f11962;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final boolean f11963;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final long f11964;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final Double f11965;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final int f11966;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public final long f11967;

    public C3136(Double d, int i, boolean z, int i2, long j, long j2) {
        this.f11965 = d;
        this.f11962 = i;
        this.f11963 = z;
        this.f11966 = i2;
        this.f11964 = j;
        this.f11967 = j2;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC0941) {
            AbstractC0941 abstractC0941 = (AbstractC0941) obj;
            Double d = this.f11965;
            if (d != null ? d.equals(((C3136) abstractC0941).f11965) : ((C3136) abstractC0941).f11965 == null) {
                C3136 c3136 = (C3136) abstractC0941;
                if (this.f11962 == c3136.f11962 && this.f11963 == c3136.f11963 && this.f11966 == c3136.f11966 && this.f11964 == c3136.f11964 && this.f11967 == c3136.f11967) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        Double d = this.f11965;
        int iHashCode = ((((((((d == null ? 0 : d.hashCode()) ^ 1000003) * 1000003) ^ this.f11962) * 1000003) ^ (this.f11963 ? 1231 : 1237)) * 1000003) ^ this.f11966) * 1000003;
        long j = this.f11964;
        long j2 = this.f11967;
        return ((int) (j2 ^ (j2 >>> 32))) ^ ((iHashCode ^ ((int) (j ^ (j >>> 32)))) * 1000003);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Device{batteryLevel=");
        sb.append(this.f11965);
        sb.append(", batteryVelocity=");
        sb.append(this.f11962);
        sb.append(", proximityOn=");
        sb.append(this.f11963);
        sb.append(", orientation=");
        sb.append(this.f11966);
        sb.append(", ramUsed=");
        sb.append(this.f11964);
        sb.append(", diskUsed=");
        return AbstractC0793.m2870(sb, this.f11967, "}");
    }
}
