package p138.p176.p291.p296.p297.p301;

import p138.p139.p143.p144.C2803;
import p138.p176.p291.p296.p297.p301.AbstractC5781;

/* JADX INFO: renamed from: ދ.ހ.ށ.ބ.ށ.މ.ޏ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C5771 extends AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5803 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final Double f16464;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final int f16465;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final boolean f16466;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final int f16467;

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public final long f16468;

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final long f16469;

    /* JADX INFO: renamed from: ދ.ހ.ށ.ބ.ށ.މ.ޏ$ؠ, reason: contains not printable characters */
    public static final class C5773 extends AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5803.AbstractC5804 {

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public Double f16470;

        /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
        public Integer f16471;

        /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
        public Boolean f16472;

        /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
        public Integer f16473;

        /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
        public Long f16474;

        /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
        public Long f16475;

        @Override // p138.p176.p291.p296.p297.p301.AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5803.AbstractC5804
        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5803 mo9105() {
            String strM4879 = this.f16471 == null ? " batteryVelocity" : "";
            if (this.f16472 == null) {
                strM4879 = C2803.m4879(strM4879, " proximityOn");
            }
            if (this.f16473 == null) {
                strM4879 = C2803.m4879(strM4879, " orientation");
            }
            if (this.f16474 == null) {
                strM4879 = C2803.m4879(strM4879, " ramUsed");
            }
            if (this.f16475 == null) {
                strM4879 = C2803.m4879(strM4879, " diskUsed");
            }
            if (strM4879.isEmpty()) {
                return new C5771(this.f16470, this.f16471.intValue(), this.f16472.booleanValue(), this.f16473.intValue(), this.f16474.longValue(), this.f16475.longValue(), null);
            }
            throw new IllegalStateException(C2803.m4879("Missing required properties:", strM4879));
        }
    }

    public /* synthetic */ C5771(Double d, int i, boolean z, int i2, long j, long j2, C5772 c5772) {
        this.f16464 = d;
        this.f16465 = i;
        this.f16466 = z;
        this.f16467 = i2;
        this.f16468 = j;
        this.f16469 = j2;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5803)) {
            return false;
        }
        AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5803 abstractC5803 = (AbstractC5781.AbstractC5786.AbstractC5792.AbstractC5803) obj;
        Double d = this.f16464;
        if (d != null ? d.equals(((C5771) abstractC5803).f16464) : ((C5771) abstractC5803).f16464 == null) {
            C5771 c5771 = (C5771) abstractC5803;
            if (this.f16465 == c5771.f16465 && this.f16466 == c5771.f16466 && this.f16467 == c5771.f16467 && this.f16468 == c5771.f16468 && this.f16469 == c5771.f16469) {
                return true;
            }
        }
        return false;
    }

    public int hashCode() {
        Double d = this.f16464;
        int iHashCode = ((((((((d == null ? 0 : d.hashCode()) ^ 1000003) * 1000003) ^ this.f16465) * 1000003) ^ (this.f16466 ? 1231 : 1237)) * 1000003) ^ this.f16467) * 1000003;
        long j = this.f16468;
        long j2 = this.f16469;
        return ((iHashCode ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)));
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("Device{batteryLevel=");
        sbM4889.append(this.f16464);
        sbM4889.append(", batteryVelocity=");
        sbM4889.append(this.f16465);
        sbM4889.append(", proximityOn=");
        sbM4889.append(this.f16466);
        sbM4889.append(", orientation=");
        sbM4889.append(this.f16467);
        sbM4889.append(", ramUsed=");
        sbM4889.append(this.f16468);
        sbM4889.append(", diskUsed=");
        return C2803.m4883(sbM4889, this.f16469, "}");
    }
}
