Searched refs:getDocumentType (Results 1 – 6 of 6) sorted by relevance
133 public String getDocumentType(String documentId) throws FileNotFoundException { in getDocumentType() method in ArchivesProvider140 return loader.get().getDocumentType(documentId); in getDocumentType()154 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()
277 assertEquals(Document.MIME_TYPE_DIR, mArchive.getDocumentType( in testGetDocumentType()279 assertEquals("text/plain", mArchive.getDocumentType( in testGetDocumentType()
501 public String getDocumentType(String docId) throws FileNotFoundException { in getDocumentType() method in DownloadStorageProvider506 return super.getDocumentType(docId); in getDocumentType()
410 String mimeType = getDocumentType(docId); in getDocumentMetadata()