/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | DirectoryMessagesUiTest.java | 48 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()
|
D | ArchiveUiTest.java | 31 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()
|
D | FileManagementUiTest.java | 157 bots.directory.openDocument("test"); in testCopyLargeAmountOfFiles() 167 bots.directory.openDocument("target"); in testCopyLargeAmountOfFiles()
|
D | SidebarUiTest.java | 45 bots.directory.openDocument(dirName1); in testRootTapped_GoToRootFromChildDir()
|
D | FilesActivityUiTest.java | 88 bots.directory.openDocument(dirName1); in testNavigate_byBreadcrumb()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/ |
D | ActionHandlerTest.java | 303 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/ |
D | pdf_render.c | 48 static int openDocument(pdf_render_ifc_t *obj, const char *fileName) { in openDocument() function 142 self->ifc.openDocument = openDocument; in create_pdf_render_ifc()
|
D | wprint_mupdf.h | 37 int (*openDocument)(pdf_render_ifc_t *self, const char *fileName); member
|
D | wprint_mupdf.c | 51 pages = pdf_render->openDocument(pdf_render, image_info->decoder_data.urlPath); in _mupdf_get_hdr()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
D | WriteableArchiveTest.java | 216 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()
|
D | ResourcesProvider.java | 125 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in ResourcesProvider
|
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
D | ReadableArchive.java | 263 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()
|
D | ArchivesProvider.java | 171 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()
|
D | WriteableArchive.java | 201 public ParcelFileDescriptor openDocument( in openDocument() method in WriteableArchive
|
D | Archive.java | 251 public ParcelFileDescriptor openDocument( in openDocument() method in Archive
|
/packages/services/BuiltInPrintService/src/com/android/bips/jni/ |
D | PdfRender.java | 101 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/ |
D | MtpDocumentsProviderTest.java | 561 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/ |
D | IPdfRender.aidl | 31 int openDocument(in ParcelFileDescriptor file); in openDocument() method
|
D | PdfRenderService.java | 65 public int openDocument(ParcelFileDescriptor pfd) throws RemoteException {
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | ActionHandler.java | 209 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/ |
D | TestRootProvider.java | 115 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestRootProvider
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestDocumentsProvider.java | 83 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestDocumentsProvider
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | StorageProvider.java | 140 public ParcelFileDescriptor openDocument( in openDocument() method in StorageProvider
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpDocumentsProvider.java | 281 public ParcelFileDescriptor openDocument( in openDocument() method in MtpDocumentsProvider 570 openDocument(docId, "r", null)); in getDocumentMetadata()
|
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/ |
D | StressProvider.java | 172 public ParcelFileDescriptor openDocument(String docId, String mode, in openDocument() method in StressProvider
|