package n4;

import android.os.Build;

/* JADX INFO: renamed from: n4.n0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1304n0 {

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

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

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

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

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

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

    public C1304n0(int i, int i5, long j8, long j9, boolean z8, int i8) {
        String str = Build.MODEL;
        String str2 = Build.MANUFACTURER;
        String str3 = Build.PRODUCT;
        this.f15453a = i;
        if (str == null) {
            throw new NullPointerException("Null model");
        }
        this.f15454b = i5;
        this.f15455c = j8;
        this.f15456d = j9;
        this.f15457e = z8;
        this.f15458f = i8;
        if (str2 == null) {
            throw new NullPointerException("Null manufacturer");
        }
        if (str3 == null) {
            throw new NullPointerException("Null modelClass");
        }
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C1304n0)) {
            return false;
        }
        C1304n0 c1304n0 = (C1304n0) obj;
        if (this.f15453a != c1304n0.f15453a) {
            return false;
        }
        String str = Build.MODEL;
        if (!str.equals(str) || this.f15454b != c1304n0.f15454b || this.f15455c != c1304n0.f15455c || this.f15456d != c1304n0.f15456d || this.f15457e != c1304n0.f15457e || this.f15458f != c1304n0.f15458f) {
            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.f15453a ^ 1000003) * 1000003) ^ Build.MODEL.hashCode()) * 1000003) ^ this.f15454b) * 1000003;
        long j8 = this.f15455c;
        int i = (iHashCode ^ ((int) (j8 ^ (j8 >>> 32)))) * 1000003;
        long j9 = this.f15456d;
        return Build.PRODUCT.hashCode() ^ ((((((((i ^ ((int) (j9 ^ (j9 >>> 32)))) * 1000003) ^ (this.f15457e ? 1231 : 1237)) * 1000003) ^ this.f15458f) * 1000003) ^ Build.MANUFACTURER.hashCode()) * 1000003);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("DeviceData{arch=");
        sb.append(this.f15453a);
        sb.append(", model=");
        sb.append(Build.MODEL);
        sb.append(", availableProcessors=");
        sb.append(this.f15454b);
        sb.append(", totalRam=");
        sb.append(this.f15455c);
        sb.append(", diskSpace=");
        sb.append(this.f15456d);
        sb.append(", isEmulator=");
        sb.append(this.f15457e);
        sb.append(", state=");
        sb.append(this.f15458f);
        sb.append(", manufacturer=");
        sb.append(Build.MANUFACTURER);
        sb.append(", modelClass=");
        return I1.a.r(sb, Build.PRODUCT, "}");
    }
}
