/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 | 81 bots.directory.openDocument(dirName1); in testNavigate_inFixedLayout_byBreadcrumb()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/ |
D | ActionHandlerTest.java | 297 mHandler.openDocument(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_DefaultsToView() 307 mHandler.openDocument(TestEnv.FILE_IN_ARCHIVE, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_InArchive_QuickViewable() 316 mHandler.openDocument(TestEnv.FILE_IN_ARCHIVE, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_InArchive_Unopenable() 326 mHandler.openDocument(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_PreviewsWhenResourceSet() 335 mHandler.openDocument(TestEnv.FILE_APK, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_Downloads_ManagesApks() 344 mHandler.openDocument(TestEnv.FILE_APK, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_Home_SendsActionViewForApks() 353 mHandler.openDocument(TestEnv.FILE_PARTIAL, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_Downloads_ManagesPartialFiles() 363 final boolean result = mHandler.openDocument(TestEnv.FILE_ARCHIVE, in testDocumentPicked_OpensArchives() 373 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/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 | 163 openDocument(documentId, "r", null)); in getDocumentMetadata() 215 public ParcelFileDescriptor openDocument( in openDocument() method in ArchivesProvider 219 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/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/ |
D | WriteableArchiveTest.java | 217 mArchive.openDocument(documentId, "r", null); in testAddFile() 223 final ParcelFileDescriptor fd = mArchive.openDocument(documentId, "w", null); in testAddFile() 230 mArchive.openDocument(documentId, "w", null); in testAddFile()
|
D | ResourcesProvider.java | 128 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in ResourcesProvider
|
/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/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/tests/common/com/android/documentsui/ |
D | TestRootProvider.java | 115 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestRootProvider
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | ActionHandler.java | 208 return openDocument(doc, type, fallback); in openItem() 213 public boolean openDocument(DocumentInfo doc, @ViewType int type, @ViewType int fallback) { in openDocument() method in ActionHandler
|
/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/google/android/traceur/ |
D | StorageProvider.java | 140 public ParcelFileDescriptor openDocument( in openDocument() method in StorageProvider
|
/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
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 524 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in DownloadStorageProvider 530 return super.openDocument(docId, mode, signal); in openDocument()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | DirectoryListBot.java | 182 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument() method in DirectoryListBot
|