package defpackage;

/* JADX INFO: renamed from: ᵛᵱᵜ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2812 {

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public static final C2812 f10811 = new C2812(0, 0);

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

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

    public C2812(long j, long j2) {
        this.f10813 = j;
        this.f10812 = j2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && C2812.class == obj.getClass()) {
            C2812 c2812 = (C2812) obj;
            if (this.f10813 == c2812.f10813 && this.f10812 == c2812.f10812) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return (((int) this.f10813) * 31) + ((int) this.f10812);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("[timeUs=");
        sb.append(this.f10813);
        sb.append(", position=");
        return AbstractC0793.m2870(sb, this.f10812, "]");
    }
}
