Searched refs:getDocumentType (Results 1 – 6 of 6) sorted by relevance
144 final String mimeType = getDocumentType(documentId); in getDocumentMetadata()445 public String getDocumentType(String documentId) throws FileNotFoundException { in getDocumentType() method in FileSystemProvider446 return getDocumentType(documentId, getFileForDocId(documentId)); in getDocumentType()449 private String getDocumentType(final String documentId, final File file) in getDocumentType() method in FileSystemProvider542 final String mimeType = getDocumentType(docId, file); in includeFile()
761 public String getDocumentType(String documentId) throws FileNotFoundException { in getDocumentType() method in DocumentsProvider960 return getDocumentType(getDocumentId(uri)); in getType()
557 String mimeType = getDocumentType(docId); in getDocumentMetadata()
24820 …method public java.lang.String getDocumentType(java.lang.String) throws java.io.FileNotFoundExcept…
38448 method public String getDocumentType(String) throws java.io.FileNotFoundException;
38592 method public String getDocumentType(String) throws java.io.FileNotFoundException;