package w3; /* loaded from: classes2.dex */ final class a extends p { /* renamed from: a, reason: collision with root package name */ private final long f15122a; /* renamed from: b, reason: collision with root package name */ private final long f15123b; /* renamed from: c, reason: collision with root package name */ private final long f15124c; a(long j10, long j11, long j12) { this.f15122a = j10; this.f15123b = j11; this.f15124c = j12; } @Override // w3.p public long b() { return this.f15123b; } @Override // w3.p public long c() { return this.f15122a; } @Override // w3.p public long d() { return this.f15124c; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof p)) { return false; } p pVar = (p) obj; return this.f15122a == pVar.c() && this.f15123b == pVar.b() && this.f15124c == pVar.d(); } public int hashCode() { long j10 = this.f15122a; long j11 = this.f15123b; int i10 = (((((int) (j10 ^ (j10 >>> 32))) ^ 1000003) * 1000003) ^ ((int) (j11 ^ (j11 >>> 32)))) * 1000003; long j12 = this.f15124c; return ((int) ((j12 >>> 32) ^ j12)) ^ i10; } public String toString() { return "StartupTime{epochMillis=" + this.f15122a + ", elapsedRealtime=" + this.f15123b + ", uptimeMillis=" + this.f15124c + "}"; } }