package defpackage;

import android.view.ContentInfo;
import android.view.View;
import j$.util.Objects;

/* JADX INFO: renamed from: ᵴᵿᵴ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC4691 {
    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public static C2785 m9818(View view, C2785 c2785) {
        ContentInfo contentInfoMo6235 = c2785.f10724.mo6235();
        Objects.requireNonNull(contentInfoMo6235);
        ContentInfo contentInfoPerformReceiveContent = view.performReceiveContent(contentInfoMo6235);
        if (contentInfoPerformReceiveContent == null) {
            return null;
        }
        return contentInfoPerformReceiveContent == contentInfoMo6235 ? c2785 : new C2785(new C3615(contentInfoPerformReceiveContent));
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static String[] m9819(View view) {
        return view.getReceiveContentMimeTypes();
    }
}
