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/
DDirectoryFragment.java577 intent.setType(findCommonMimeType(mimeTypes)); in onShareDocuments()
1080 private String findCommonMimeType(List<String> mimeTypes) { in findCommonMimeType() method in DirectoryFragment