Home
last modified time | relevance | path

Searched refs:findCommonMimeType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java766 intent.setType(findCommonMimeType(mimeTypes)); in shareDocuments()
1007 private String findCommonMimeType(List<String> mimeTypes) { in findCommonMimeType() method in DirectoryFragment