package y0; /* loaded from: classes.dex */ public class b { /* renamed from: a, reason: collision with root package name */ private boolean f15531a; /* renamed from: b, reason: collision with root package name */ private boolean f15532b; /* renamed from: c, reason: collision with root package name */ private boolean f15533c; /* renamed from: d, reason: collision with root package name */ private boolean f15534d; public b(boolean z10, boolean z11, boolean z12, boolean z13) { this.f15531a = z10; this.f15532b = z11; this.f15533c = z12; this.f15534d = z13; } public boolean a() { return this.f15531a; } public boolean b() { return this.f15533c; } public boolean c() { return this.f15534d; } public boolean d() { return this.f15532b; } public boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof b)) { return false; } b bVar = (b) obj; return this.f15531a == bVar.f15531a && this.f15532b == bVar.f15532b && this.f15533c == bVar.f15533c && this.f15534d == bVar.f15534d; } /* JADX WARN: Type inference failed for: r0v0, types: [boolean, int] */ public int hashCode() { ?? r02 = this.f15531a; int i10 = r02; if (this.f15532b) { i10 = r02 + 16; } int i11 = i10; if (this.f15533c) { i11 = i10 + 256; } return this.f15534d ? i11 + 4096 : i11; } public String toString() { return String.format("[ Connected=%b Validated=%b Metered=%b NotRoaming=%b ]", Boolean.valueOf(this.f15531a), Boolean.valueOf(this.f15532b), Boolean.valueOf(this.f15533c), Boolean.valueOf(this.f15534d)); } }