package defpackage;

/* JADX INFO: renamed from: ʿᵪᵭ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0463 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final long f2542;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final long f2543;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final long f2544;

    public C0463(long j, long j2, long j3) {
        this.f2544 = j;
        this.f2542 = j2;
        this.f2543 = j3;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C0463) {
            C0463 c0463 = (C0463) obj;
            if (this.f2544 == c0463.f2544 && this.f2542 == c0463.f2542 && this.f2543 == c0463.f2543) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j = this.f2544;
        long j2 = this.f2542;
        int i = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003;
        long j3 = this.f2543;
        return ((int) ((j3 >>> 32) ^ j3)) ^ i;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("StartupTime{epochMillis=");
        sb.append(this.f2544);
        sb.append(", elapsedRealtime=");
        sb.append(this.f2542);
        sb.append(", uptimeMillis=");
        return AbstractC0793.m2870(sb, this.f2543, "}");
    }
}
