Home
last modified time | relevance | path

Searched defs:addMimeTypes (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/
H A DClipDescription.java329 void addMimeTypes(String[] mimeTypes) { in addMimeTypes() method in ClipDescription
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DDocumentInfo.java442 public static void addMimeTypes(ContentResolver resolver, Uri uri, Set<String> mimeTypes) { in addMimeTypes() method in DocumentInfo