package ua;

/* JADX INFO: loaded from: classes2.dex */
public final class a extends j {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final long f33384a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long f33385b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final long f33386c;

    public a(long j10, long j11, long j12) {
        this.f33384a = j10;
        this.f33385b = j11;
        this.f33386c = j12;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof j)) {
            return false;
        }
        j jVar = (j) obj;
        if (this.f33384a == ((a) jVar).f33384a) {
            a aVar = (a) jVar;
            if (this.f33385b == aVar.f33385b && this.f33386c == aVar.f33386c) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j10 = this.f33384a;
        long j11 = this.f33385b;
        int i10 = (((((int) (j10 ^ (j10 >>> 32))) ^ 1000003) * 1000003) ^ ((int) (j11 ^ (j11 >>> 32)))) * 1000003;
        long j12 = this.f33386c;
        return i10 ^ ((int) ((j12 >>> 32) ^ j12));
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("StartupTime{epochMillis=");
        sb.append(this.f33384a);
        sb.append(", elapsedRealtime=");
        sb.append(this.f33385b);
        sb.append(", uptimeMillis=");
        return defpackage.e.m(sb, this.f33386c, "}");
    }
}
