package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class l3 {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final l3 f13485c = new l3(0, 0);

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

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

    public l3(long j10, long j11) {
        this.f13486a = j10;
        this.f13487b = j11;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && l3.class == obj.getClass()) {
            l3 l3Var = (l3) obj;
            if (this.f13486a == l3Var.f13486a && this.f13487b == l3Var.f13487b) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return (((int) this.f13486a) * 31) + ((int) this.f13487b);
    }

    public final String toString() {
        long j10 = this.f13486a;
        int length = String.valueOf(j10).length();
        long j11 = this.f13487b;
        StringBuilder sb = new StringBuilder(length + 19 + String.valueOf(j11).length() + 1);
        defpackage.e.B(sb, "[timeUs=", j10, ", position=");
        return defpackage.e.m(sb, j11, "]");
    }
}
