Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java157 final String mimeType = getDocumentType(documentId); in getDocumentMetadata()
478 public String getDocumentType(String documentId) throws FileNotFoundException { in getDocumentType() method in FileSystemProvider
479 return getDocumentType(documentId, getFileForDocId(documentId)); in getDocumentType()
482 private String getDocumentType(final String documentId, final File file) in getDocumentType() method in FileSystemProvider
601 final String mimeType = getDocumentType(docId, file); in includeFile()
/frameworks/base/core/java/android/provider/
DDocumentsProvider.java772 public String getDocumentType(String documentId) throws FileNotFoundException { in getDocumentType() method in DocumentsProvider
971 return getDocumentType(getDocumentId(uri)); in getType()
/frameworks/base/core/api/
Dcurrent.txt34993 method public String getDocumentType(String) throws java.io.FileNotFoundException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24820 …method public java.lang.String getDocumentType(java.lang.String) throws java.io.FileNotFoundExcept…