package o; /* renamed from: o.Or, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0795Or { public final boolean a; public final boolean b; public final boolean c; public C0795Or(boolean z, boolean z2, boolean z3) { this.c = z; this.a = z2; this.b = z3; } public final String toString() { boolean z = this.c; boolean z2 = this.a; boolean z3 = this.b; StringBuilder sb = new StringBuilder("HmlQuickAnalysisDisplay(isBgSuccess="); sb.append(z); sb.append(", isLightSuccess="); sb.append(z2); sb.append(", isCornerSuccess="); sb.append(z3); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ /* JADX WARN: Type inference failed for: r0v1, types: [int] */ /* JADX WARN: Type inference failed for: r0v6 */ /* JADX WARN: Type inference failed for: r0v7 */ /* JADX WARN: Type inference failed for: r2v0, types: [boolean] */ public final int hashCode() { boolean z = this.c; ?? r0 = z; if (z) { r0 = 1; } ?? r2 = this.a; int i = r2; if (r2 != 0) { i = 1; } boolean z2 = this.b; return (((r0 * 31) + i) * 31) + (z2 ? 1 : z2 ? 1 : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0795Or)) { return false; } C0795Or c0795Or = (C0795Or) obj; return this.c == c0795Or.c && this.a == c0795Or.a && this.b == c0795Or.b; } }