Home
last modified time | relevance | path

Searched refs:openDocument (Results 1 – 25 of 32) sorted by relevance

12

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDirectoryMessagesUiTest.java48 bots.directory.openDocument(DemoProvider.DIR_AUTH); in testAuthenticationMessage_visible()
56 bots.directory.openDocument(DemoProvider.DIR_INFO); in testInfoMessage_visible()
63 bots.directory.openDocument(DemoProvider.DIR_INFO); in testInfoMessage_dismissable()
71 bots.directory.openDocument(DemoProvider.DIR_ERROR); in testErrorMessage_visible()
78 bots.directory.openDocument(DemoProvider.DIR_ERROR); in testErrorMessage_dismissable()
87 bots.directory.openDocument(DemoProvider.DIR_ERROR_AND_INFO); in testErrorMessage_supercedesInfoMessage()
DArchiveUiTest.java31 bots.directory.openDocument("archive.zip"); in testArchive_valid()
34 bots.directory.openDocument("dir1"); in testArchive_valid()
40 bots.directory.openDocument("broken.zip"); in testArchive_invalid()
DFileManagementUiTest.java157 bots.directory.openDocument("test"); in testCopyLargeAmountOfFiles()
167 bots.directory.openDocument("target"); in testCopyLargeAmountOfFiles()
DSidebarUiTest.java45 bots.directory.openDocument(dirName1); in testRootTapped_GoToRootFromChildDir()
DFilesActivityUiTest.java88 bots.directory.openDocument(dirName1); in testNavigate_byBreadcrumb()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java303 mHandler.openDocument(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_DefaultsToView()
313 mHandler.openDocument(TestEnv.FILE_IN_ARCHIVE, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_InArchive_QuickViewable()
322 mHandler.openDocument(TestEnv.FILE_IN_ARCHIVE, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_InArchive_Unopenable()
332 mHandler.openDocument(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_PreviewsWhenResourceSet()
342 mHandler.openDocument(TestEnv.FILE_APK, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_Downloads_ManagesApks()
352 mHandler.openDocument(TestEnv.FILE_PARTIAL, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_Downloads_ManagesPartialFiles()
362 mHandler.openDocument(TestEnv.FILE_APK, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_Recent_ManagesApks()
371 mHandler.openDocument(TestEnv.FILE_APK, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_Home_SendsActionViewForApks()
381 final boolean result = mHandler.openDocument(TestEnv.FILE_ARCHIVE, in testDocumentPicked_OpensArchives()
391 final boolean result = mHandler.openDocument(TestEnv.FOLDER_1, in testDocumentPicked_OpensDirectories()
/packages/services/BuiltInPrintService/jni/plugins/
Dpdf_render.c48 static int openDocument(pdf_render_ifc_t *obj, const char *fileName) { in openDocument() function
142 self->ifc.openDocument = openDocument; in create_pdf_render_ifc()
Dwprint_mupdf.h37 int (*openDocument)(pdf_render_ifc_t *self, const char *fileName); member
Dwprint_mupdf.c51 pages = pdf_render->openDocument(pdf_render, image_info->decoder_data.urlPath); in _mupdf_get_hdr()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DWriteableArchiveTest.java216 mArchive.openDocument(documentId, "r", null); in testAddFile()
222 final ParcelFileDescriptor fd = mArchive.openDocument(documentId, "w", null); in testAddFile()
229 mArchive.openDocument(documentId, "w", null); in testAddFile()
DResourcesProvider.java125 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in ResourcesProvider
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DReadableArchive.java263 public ParcelFileDescriptor openDocument( in openDocument() method in ReadableArchive
326 openDocument(documentId, "r", signal), range[0], range[1], extras); in openDocumentThumbnail()
340 openDocument(documentId, "r", signal), 0, entry.getSize(), null); in openDocumentThumbnail()
DArchivesProvider.java171 openDocument(documentId, "r", null)); in getDocumentMetadata()
223 public ParcelFileDescriptor openDocument( in openDocument() method in ArchivesProvider
227 return loader.get().openDocument(documentId, mode, signal); in openDocument()
DWriteableArchive.java201 public ParcelFileDescriptor openDocument( in openDocument() method in WriteableArchive
DArchive.java251 public ParcelFileDescriptor openDocument( in openDocument() method in Archive
/packages/services/BuiltInPrintService/src/com/android/bips/jni/
DPdfRender.java101 private int openDocument(String fileName) { in openDocument() method in PdfRender
114 return mService.openDocument(pfd); in openDocument()
/packages/services/Mtp/tests/src/com/android/mtp/
DMtpDocumentsProviderTest.java561 try (final ParcelFileDescriptor fd = mProvider.openDocument("3", "r", null)) { in testOpenDocument()
599 try (final ParcelFileDescriptor fd = mProvider.openDocument("3", "r", null)) { in testOpenDocument_shortBytes()
612 final ParcelFileDescriptor fd = mProvider.openDocument(documentId, "w", null); in testOpenDocument_writing()
620 final ParcelFileDescriptor fd = mProvider.openDocument(documentId, "r", null); in testOpenDocument_writing()
824 mProvider.openDocument("3", "w", null); in testOpenDocument_noWritingSupport()
/packages/services/BuiltInPrintService/src/com/android/bips/render/
DIPdfRender.aidl31 int openDocument(in ParcelFileDescriptor file); in openDocument() method
DPdfRenderService.java65 public int openDocument(ParcelFileDescriptor pfd) throws RemoteException {
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java209 return openDocument(doc, type, fallback); in openItem()
214 public boolean openDocument(DocumentInfo doc, @ViewType int type, @ViewType int fallback) { in openDocument() method in ActionHandler
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestRootProvider.java115 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestRootProvider
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDocumentsProvider.java83 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestDocumentsProvider
/packages/apps/Traceur/src/com/android/traceur/
DStorageProvider.java140 public ParcelFileDescriptor openDocument( in openDocument() method in StorageProvider
/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsProvider.java281 public ParcelFileDescriptor openDocument( in openDocument() method in MtpDocumentsProvider
570 openDocument(docId, "r", null)); in getDocumentMetadata()
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
DStressProvider.java172 public ParcelFileDescriptor openDocument(String docId, String mode, in openDocument() method in StressProvider

12