package defpackage;

import android.os.Build;

/* JADX INFO: renamed from: ʿᵞ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0439 {

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

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

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

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

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

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

    public C0439(int i, int i2, long j, long j2, boolean z, int i3) {
        String str = Build.MODEL;
        String str2 = Build.MANUFACTURER;
        String str3 = Build.PRODUCT;
        this.f2415 = i;
        if (str == null) {
            C4935.m10233("Null model");
            throw null;
        }
        this.f2412 = i2;
        this.f2413 = j;
        this.f2416 = j2;
        this.f2414 = z;
        this.f2417 = i3;
        if (str2 == null) {
            C4935.m10233("Null manufacturer");
            throw null;
        }
        if (str3 != null) {
            return;
        }
        C4935.m10233("Null modelClass");
        throw null;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C0439)) {
            return false;
        }
        C0439 c0439 = (C0439) obj;
        if (this.f2415 != c0439.f2415) {
            return false;
        }
        String str = Build.MODEL;
        if (!str.equals(str) || this.f2412 != c0439.f2412 || this.f2413 != c0439.f2413 || this.f2416 != c0439.f2416 || this.f2414 != c0439.f2414 || this.f2417 != c0439.f2417) {
            return false;
        }
        String str2 = Build.MANUFACTURER;
        if (!str2.equals(str2)) {
            return false;
        }
        String str3 = Build.PRODUCT;
        return str3.equals(str3);
    }

    public final int hashCode() {
        int iHashCode = (((((this.f2415 ^ 1000003) * 1000003) ^ Build.MODEL.hashCode()) * 1000003) ^ this.f2412) * 1000003;
        long j = this.f2413;
        int i = (iHashCode ^ ((int) (j ^ (j >>> 32)))) * 1000003;
        long j2 = this.f2416;
        return ((((this.f2417 ^ ((((i ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ (this.f2414 ? 1231 : 1237)) * 1000003)) * 1000003) ^ Build.MANUFACTURER.hashCode()) * 1000003) ^ Build.PRODUCT.hashCode();
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("DeviceData{arch=");
        sb.append(this.f2415);
        sb.append(", model=");
        sb.append(Build.MODEL);
        sb.append(", availableProcessors=");
        sb.append(this.f2412);
        sb.append(", totalRam=");
        sb.append(this.f2413);
        sb.append(", diskSpace=");
        sb.append(this.f2416);
        sb.append(", isEmulator=");
        sb.append(this.f2414);
        sb.append(", state=");
        sb.append(this.f2417);
        sb.append(", manufacturer=");
        sb.append(Build.MANUFACTURER);
        sb.append(", modelClass=");
        return AbstractC3653.m8231(sb, Build.PRODUCT, "}");
    }
}
