package defpackage;

/* JADX INFO: renamed from: ᵼˉˀᵵ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C5271 {

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

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

    public C5271(long j, long j2) {
        this.f19919 = j;
        this.f19918 = j2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && C5271.class.equals(obj.getClass())) {
            C5271 c5271 = (C5271) obj;
            if (c5271.f19919 == this.f19919 && c5271.f19918 == this.f19918) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j = this.f19919;
        int i = ((int) (j ^ (j >>> 32))) * 31;
        long j2 = this.f19918;
        return i + ((int) ((j2 >>> 32) ^ j2));
    }

    public final String toString() {
        return "PeriodicityInfo{repeatIntervalMillis=" + this.f19919 + ", flexIntervalMillis=" + this.f19918 + '}';
    }
}
