package n4;

/* JADX INFO: renamed from: n4.a0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1278a0 extends D0 {

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

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

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

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

    public C1278a0(int i, int i5, String str, boolean z8) {
        this.f15319a = str;
        this.f15320b = i;
        this.f15321c = i5;
        this.f15322d = z8;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof D0) {
            D0 d02 = (D0) obj;
            if (this.f15319a.equals(((C1278a0) d02).f15319a)) {
                C1278a0 c1278a0 = (C1278a0) d02;
                if (this.f15320b == c1278a0.f15320b && this.f15321c == c1278a0.f15321c && this.f15322d == c1278a0.f15322d) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        return ((((((this.f15319a.hashCode() ^ 1000003) * 1000003) ^ this.f15320b) * 1000003) ^ this.f15321c) * 1000003) ^ (this.f15322d ? 1231 : 1237);
    }

    public final String toString() {
        return "ProcessDetails{processName=" + this.f15319a + ", pid=" + this.f15320b + ", importance=" + this.f15321c + ", defaultProcess=" + this.f15322d + "}";
    }
}
