package p000.p001.p002.p008.p009.p010;

import p138.p139.p143.p144.C2803;
import p402.p411.p413.C6635;

/* JADX INFO: renamed from: ނ.֏.֏.ހ.֏.ހ.ނ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C0767 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final String f3279;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final String f3280;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final boolean f3281;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final boolean f3282;

    public C0767(String str, String str2, boolean z, boolean z2) {
        if (str == null) {
            C6635.m9824("name");
            throw null;
        }
        if (str2 == null) {
            C6635.m9824("path");
            throw null;
        }
        this.f3279 = str;
        this.f3280 = str2;
        this.f3281 = z;
        this.f3282 = z2;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0767)) {
            return false;
        }
        C0767 c0767 = (C0767) obj;
        return C6635.m9825((Object) this.f3279, (Object) c0767.f3279) && C6635.m9825((Object) this.f3280, (Object) c0767.f3280) && this.f3281 == c0767.f3281 && this.f3282 == c0767.f3282;
    }

    /* JADX WARN: Multi-variable type inference failed */
    /* JADX WARN: Type inference failed for: r1v3, types: [int] */
    /* JADX WARN: Type inference failed for: r1v5 */
    /* JADX WARN: Type inference failed for: r1v7 */
    /* JADX WARN: Type inference failed for: r2v1 */
    /* JADX WARN: Type inference failed for: r2v2, types: [int] */
    /* JADX WARN: Type inference failed for: r2v3 */
    public int hashCode() {
        String str = this.f3279;
        int iHashCode = (str != null ? str.hashCode() : 0) * 31;
        String str2 = this.f3280;
        int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
        boolean z = this.f3281;
        ?? r1 = z;
        if (z) {
            r1 = 1;
        }
        int i = (iHashCode2 + r1) * 31;
        boolean z2 = this.f3282;
        return i + (z2 ? 1 : z2);
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("FilePickerItem(name=");
        sbM4889.append(this.f3279);
        sbM4889.append(", path=");
        sbM4889.append(this.f3280);
        sbM4889.append(", isDirectory=");
        sbM4889.append(this.f3281);
        sbM4889.append(", isRoot=");
        return C2803.m4885(sbM4889, this.f3282, ")");
    }
}
