package defpackage;

import android.net.NetworkRequest;
import android.os.Build;
import java.util.LinkedHashSet;
import java.util.Set;

/* JADX INFO: renamed from: ˈᵖʧˈ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1078 {

    /* JADX INFO: renamed from: ᵱᵽʡᵚ, reason: contains not printable characters */
    public static final C1078 f4603 = new C1078();

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

    /* JADX INFO: renamed from: ˊᵫᵗ, reason: contains not printable characters */
    public final long f4605;

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

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final boolean f4607;

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

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public final long f4609;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final boolean f4610;

    /* JADX INFO: renamed from: ᵻʽᵯ, reason: contains not printable characters */
    public final Set f4611;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public final boolean f4612;

    public C1078() {
        this.f4604 = new C3512(null);
        this.f4608 = 1;
        this.f4606 = false;
        this.f4610 = false;
        this.f4607 = false;
        this.f4612 = false;
        this.f4609 = -1L;
        this.f4605 = -1L;
        this.f4611 = C2817.f10823;
    }

    public C1078(C1078 c1078) {
        this.f4606 = c1078.f4606;
        this.f4610 = c1078.f4610;
        this.f4604 = c1078.f4604;
        this.f4608 = c1078.f4608;
        this.f4607 = c1078.f4607;
        this.f4612 = c1078.f4612;
        this.f4611 = c1078.f4611;
        this.f4609 = c1078.f4609;
        this.f4605 = c1078.f4605;
    }

    public C1078(C3512 c3512, int i, boolean z, boolean z2, boolean z3, boolean z4, long j, long j2, LinkedHashSet linkedHashSet) {
        this.f4604 = c3512;
        this.f4608 = i;
        this.f4606 = z;
        this.f4610 = z2;
        this.f4607 = z3;
        this.f4612 = z4;
        this.f4609 = j;
        this.f4605 = j2;
        this.f4611 = linkedHashSet;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !C1078.class.equals(obj.getClass())) {
            return false;
        }
        C1078 c1078 = (C1078) obj;
        if (this.f4606 == c1078.f4606 && this.f4610 == c1078.f4610 && this.f4607 == c1078.f4607 && this.f4612 == c1078.f4612 && this.f4609 == c1078.f4609 && this.f4605 == c1078.f4605 && ᵥˈᵛ.ˊᵫᵗ(m3516(), c1078.m3516()) && this.f4608 == c1078.f4608) {
            return ᵥˈᵛ.ˊᵫᵗ(this.f4611, c1078.f4611);
        }
        return false;
    }

    public final int hashCode() {
        int iM8218 = ((((((((AbstractC3653.m8218(this.f4608) * 31) + (this.f4606 ? 1 : 0)) * 31) + (this.f4610 ? 1 : 0)) * 31) + (this.f4607 ? 1 : 0)) * 31) + (this.f4612 ? 1 : 0)) * 31;
        long j = this.f4609;
        int i = (iM8218 + ((int) (j ^ (j >>> 32)))) * 31;
        long j2 = this.f4605;
        int iHashCode = (this.f4611.hashCode() + ((i + ((int) (j2 ^ (j2 >>> 32)))) * 31)) * 31;
        NetworkRequest networkRequestM3516 = m3516();
        return iHashCode + (networkRequestM3516 != null ? networkRequestM3516.hashCode() : 0);
    }

    public final String toString() {
        return "Constraints{requiredNetworkType=" + AbstractC0793.m2869(this.f4608) + ", requiresCharging=" + this.f4606 + ", requiresDeviceIdle=" + this.f4610 + ", requiresBatteryNotLow=" + this.f4607 + ", requiresStorageNotLow=" + this.f4612 + ", contentTriggerUpdateDelayMillis=" + this.f4609 + ", contentTriggerMaxDelayMillis=" + this.f4605 + ", contentUriTriggers=" + this.f4611 + ", }";
    }

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final boolean m3515() {
        return Build.VERSION.SDK_INT < 24 || !this.f4611.isEmpty();
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final NetworkRequest m3516() {
        return (NetworkRequest) this.f4604.f13494;
    }
}
