Searched refs:getDocumentType (Results 1 – 11 of 11) sorted by relevance
141 public String getDocumentType(String documentId) throws FileNotFoundException { in getDocumentType() method in ArchivesProvider148 return loader.get().getDocumentType(documentId); in getDocumentType()162 final String mimeType = archive.getDocumentType(documentId); in getDocumentMetadata()
162 public String getDocumentType(String documentId) throws FileNotFoundException { in getDocumentType() method in Archive
296 Preconditions.checkArgument(getDocumentType(documentId).startsWith("image/"), in openDocumentThumbnail()
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()
277 assertEquals(Document.MIME_TYPE_DIR, mArchive.getDocumentType( in testGetDocumentType()279 assertEquals("text/plain", mArchive.getDocumentType( in testGetDocumentType()
772 public String getDocumentType(String documentId) throws FileNotFoundException { in getDocumentType() method in DocumentsProvider971 return getDocumentType(getDocumentId(uri)); in getType()
505 public String getDocumentType(String docId) throws FileNotFoundException { in getDocumentType() method in DownloadStorageProvider510 return super.getDocumentType(docId); in getDocumentType()
561 String mimeType = getDocumentType(docId); in getDocumentMetadata()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
35054 method public String getDocumentType(String) throws java.io.FileNotFoundException;
24820 …method public java.lang.String getDocumentType(java.lang.String) throws java.io.FileNotFoundExcept…