package o; /* loaded from: classes.dex */ public final class Gdg { public boolean b; public boolean d; public Gdg(boolean z, boolean z2) { this.b = z; this.d = z2; } public /* synthetic */ Gdg() { } public final String toString() { boolean z = this.b; boolean z2 = this.d; StringBuilder sb = new StringBuilder("SecuritiesList(registeredFlag="); sb.append(z); sb.append(", singleAppFlag="); sb.append(z2); 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: r0v4 */ /* JADX WARN: Type inference failed for: r0v5 */ public final int hashCode() { boolean z = this.b; ?? r0 = z; if (z) { r0 = 1; } boolean z2 = this.d; return (r0 * 31) + (z2 ? 1 : z2 ? 1 : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Gdg)) { return false; } Gdg gdg = (Gdg) obj; return this.b == gdg.b && this.d == gdg.d; } }