Searched refs:getDocumentType (Results 1 – 4 of 4) sorted by relevance
157 final String mimeType = getDocumentType(documentId); in getDocumentMetadata()478 public String getDocumentType(String documentId) throws FileNotFoundException { in getDocumentType() method in FileSystemProvider479 return getDocumentType(documentId, getFileForDocId(documentId)); in getDocumentType()482 private String getDocumentType(final String documentId, final File file) in getDocumentType() method in FileSystemProvider601 final String mimeType = getDocumentType(docId, file); in includeFile()
772 public String getDocumentType(String documentId) throws FileNotFoundException { in getDocumentType() method in DocumentsProvider971 return getDocumentType(getDocumentId(uri)); in getType()
34993 method public String getDocumentType(String) throws java.io.FileNotFoundException;
24820 …method public java.lang.String getDocumentType(java.lang.String) throws java.io.FileNotFoundExcept…