package o; import java.util.List; /* renamed from: o.dow, reason: case insensitive filesystem */ /* loaded from: classes4.dex */ public final class C9708dow { public final List a; public final List b; public final boolean c; public final boolean e; public C9708dow(boolean z, boolean z2, List list, List list2) { C14957gcv.e(list, ""); C14957gcv.e(list2, ""); this.e = z; this.c = z2; this.b = list; this.a = list2; } public final String toString() { boolean z = this.e; boolean z2 = this.c; List list = this.b; List list2 = this.a; StringBuilder sb = new StringBuilder("WhitelistConfig(isEnabled="); sb.append(z); sb.append(", isBlockSystemApp="); sb.append(z2); sb.append(", packageCertList="); sb.append(list); sb.append(", stores="); sb.append(list2); 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: r0v8 */ /* JADX WARN: Type inference failed for: r0v9 */ public final int hashCode() { boolean z = this.e; ?? r0 = z; if (z) { r0 = 1; } boolean z2 = this.c; return (((((r0 * 31) + (z2 ? 1 : z2 ? 1 : 0)) * 31) + this.b.hashCode()) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C9708dow)) { return false; } C9708dow c9708dow = (C9708dow) obj; return this.e == c9708dow.e && this.c == c9708dow.c && C14957gcv.b(this.b, c9708dow.b) && C14957gcv.b(this.a, c9708dow.a); } }