package defpackage;

/* JADX INFO: renamed from: ᵘᵖ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2574 extends AbstractC3474 {

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

    /* JADX INFO: renamed from: ˊᵫᵗ, reason: contains not printable characters */
    public final String f9941;

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

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

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

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public final int f9945;

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

    /* JADX INFO: renamed from: ᵻʽᵯ, reason: contains not printable characters */
    public final String f9947;

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

    public C2574(int i, String str, int i2, long j, long j2, boolean z, int i3, String str2, String str3) {
        this.f9944 = i;
        this.f9940 = str;
        this.f9942 = i2;
        this.f9946 = j;
        this.f9943 = j2;
        this.f9948 = z;
        this.f9945 = i3;
        this.f9941 = str2;
        this.f9947 = str3;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC3474) {
            C2574 c2574 = (C2574) ((AbstractC3474) obj);
            if (this.f9944 == c2574.f9944 && this.f9940.equals(c2574.f9940) && this.f9942 == c2574.f9942 && this.f9946 == c2574.f9946 && this.f9943 == c2574.f9943 && this.f9948 == c2574.f9948 && this.f9945 == c2574.f9945 && this.f9941.equals(c2574.f9941) && this.f9947.equals(c2574.f9947)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (((((this.f9944 ^ 1000003) * 1000003) ^ this.f9940.hashCode()) * 1000003) ^ this.f9942) * 1000003;
        long j = this.f9946;
        int i = (iHashCode ^ ((int) (j ^ (j >>> 32)))) * 1000003;
        long j2 = this.f9943;
        return this.f9947.hashCode() ^ ((((((((i ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ (this.f9948 ? 1231 : 1237)) * 1000003) ^ this.f9945) * 1000003) ^ this.f9941.hashCode()) * 1000003);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Device{arch=");
        sb.append(this.f9944);
        sb.append(", model=");
        sb.append(this.f9940);
        sb.append(", cores=");
        sb.append(this.f9942);
        sb.append(", ram=");
        sb.append(this.f9946);
        sb.append(", diskSpace=");
        sb.append(this.f9943);
        sb.append(", simulator=");
        sb.append(this.f9948);
        sb.append(", state=");
        sb.append(this.f9945);
        sb.append(", manufacturer=");
        sb.append(this.f9941);
        sb.append(", modelClass=");
        return AbstractC3653.m8231(sb, this.f9947, "}");
    }
}
