package defpackage;

import java.util.List;

/* JADX INFO: renamed from: ᵨᴵᵾˆ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3746 extends AbstractC0965 {

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

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

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

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

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

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

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

    public C3746(C0858 c0858, List list, List list2, Boolean bool, AbstractC0175 abstractC0175, List list3, int i) {
        this.f14236 = c0858;
        this.f14233 = list;
        this.f14234 = list2;
        this.f14238 = bool;
        this.f14235 = abstractC0175;
        this.f14239 = list3;
        this.f14237 = i;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC0965)) {
            return false;
        }
        C3746 c3746 = (C3746) ((AbstractC0965) obj);
        if (!this.f14236.equals(c3746.f14236)) {
            return false;
        }
        List list = c3746.f14233;
        List list2 = this.f14233;
        if (list2 == null) {
            if (list != null) {
                return false;
            }
        } else if (!list2.equals(list)) {
            return false;
        }
        List list3 = c3746.f14234;
        List list4 = this.f14234;
        if (list4 == null) {
            if (list3 != null) {
                return false;
            }
        } else if (!list4.equals(list3)) {
            return false;
        }
        Boolean bool = c3746.f14238;
        Boolean bool2 = this.f14238;
        if (bool2 == null) {
            if (bool != null) {
                return false;
            }
        } else if (!bool2.equals(bool)) {
            return false;
        }
        AbstractC0175 abstractC0175 = c3746.f14235;
        AbstractC0175 abstractC01752 = this.f14235;
        if (abstractC01752 == null) {
            if (abstractC0175 != null) {
                return false;
            }
        } else if (!abstractC01752.equals(abstractC0175)) {
            return false;
        }
        List list5 = c3746.f14239;
        List list6 = this.f14239;
        if (list6 == null) {
            if (list5 != null) {
                return false;
            }
        } else if (!list6.equals(list5)) {
            return false;
        }
        return this.f14237 == c3746.f14237;
    }

    public final int hashCode() {
        int iHashCode = (this.f14236.hashCode() ^ 1000003) * 1000003;
        List list = this.f14233;
        int iHashCode2 = (iHashCode ^ (list == null ? 0 : list.hashCode())) * 1000003;
        List list2 = this.f14234;
        int iHashCode3 = (iHashCode2 ^ (list2 == null ? 0 : list2.hashCode())) * 1000003;
        Boolean bool = this.f14238;
        int iHashCode4 = (iHashCode3 ^ (bool == null ? 0 : bool.hashCode())) * 1000003;
        AbstractC0175 abstractC0175 = this.f14235;
        int iHashCode5 = (iHashCode4 ^ (abstractC0175 == null ? 0 : abstractC0175.hashCode())) * 1000003;
        List list3 = this.f14239;
        return this.f14237 ^ ((iHashCode5 ^ (list3 != null ? list3.hashCode() : 0)) * 1000003);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Application{execution=");
        sb.append(this.f14236);
        sb.append(", customAttributes=");
        sb.append(this.f14233);
        sb.append(", internalKeys=");
        sb.append(this.f14234);
        sb.append(", background=");
        sb.append(this.f14238);
        sb.append(", currentProcessDetails=");
        sb.append(this.f14235);
        sb.append(", appProcessDetails=");
        sb.append(this.f14239);
        sb.append(", uiOrientation=");
        return AbstractC3589.m8110(sb, this.f14237, "}");
    }
}
