package defpackage;

/* JADX INFO: renamed from: ᵙˑᵩᵵ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2656 {
    public static final C3211 Companion = new C3211();

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

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

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

    public /* synthetic */ C2656(int i, long j, long j2, long j3) {
        if (1 != (i & 1)) {
            ᵴᵧˈ.ˏːˆ(i, 1, C5455.f20656.mo1144());
            throw null;
        }
        this.f10293 = j;
        this.f10291 = (i & 2) == 0 ? j * 1000 : j2;
        if ((i & 4) == 0) {
            this.f10292 = j / 1000;
        } else {
            this.f10292 = j3;
        }
    }

    public C2656(long j) {
        this.f10293 = j;
        this.f10291 = j * 1000;
        this.f10292 = j / 1000;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof C2656) && this.f10293 == ((C2656) obj).f10293;
    }

    public final int hashCode() {
        long j = this.f10293;
        return (int) (j ^ (j >>> 32));
    }

    public final String toString() {
        return "Time(ms=" + this.f10293 + ')';
    }
}
