package defpackage;

/* JADX INFO: renamed from: ᵝᵟᵽ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2940 extends AbstractC0175 {

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

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

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

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

    public C2940(int i, int i2, String str, boolean z) {
        this.f11330 = str;
        this.f11328 = i;
        this.f11329 = i2;
        this.f11331 = z;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC0175) {
            C2940 c2940 = (C2940) ((AbstractC0175) obj);
            if (this.f11330.equals(c2940.f11330) && this.f11328 == c2940.f11328 && this.f11329 == c2940.f11329 && this.f11331 == c2940.f11331) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return (this.f11331 ? 1231 : 1237) ^ ((((((this.f11330.hashCode() ^ 1000003) * 1000003) ^ this.f11328) * 1000003) ^ this.f11329) * 1000003);
    }

    public final String toString() {
        return "ProcessDetails{processName=" + this.f11330 + ", pid=" + this.f11328 + ", importance=" + this.f11329 + ", defaultProcess=" + this.f11331 + "}";
    }
}
