package p037.p065.p078;

import p138.p139.p143.p144.C2803;

/* JADX INFO: renamed from: މ.ރ.ފ.ހ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C1909 {

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

    public C1909(Object obj) {
        this.f6352 = obj;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C1909.class != obj.getClass()) {
            return false;
        }
        C1909 c1909 = (C1909) obj;
        Object obj2 = this.f6352;
        return obj2 == null ? c1909.f6352 == null : obj2.equals(c1909.f6352);
    }

    public int hashCode() {
        Object obj = this.f6352;
        if (obj == null) {
            return 0;
        }
        return obj.hashCode();
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("DisplayCutoutCompat{");
        sbM4889.append(this.f6352);
        sbM4889.append("}");
        return sbM4889.toString();
    }
}
