Home
last modified time | relevance | path

Searched refs:openDocument (Results 1 – 25 of 29) 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.java81 bots.directory.openDocument(dirName1); in testNavigate_inFixedLayout_byBreadcrumb()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java297 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/
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/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.java163 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()
DWriteableArchive.java201 public ParcelFileDescriptor openDocument( in openDocument() method in WriteableArchive
DArchive.java251 public ParcelFileDescriptor openDocument( in openDocument() method in Archive
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
DWriteableArchiveTest.java217 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()
DResourcesProvider.java128 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in ResourcesProvider
/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/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/tests/common/com/android/documentsui/
DTestRootProvider.java115 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestRootProvider
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java208 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/
DTestDocumentsProvider.java83 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestDocumentsProvider
/packages/apps/Traceur/src/com/google/android/traceur/
DStorageProvider.java140 public ParcelFileDescriptor openDocument( in openDocument() method in StorageProvider
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
DStressProvider.java172 public ParcelFileDescriptor openDocument(String docId, String mode, in openDocument() method in StressProvider
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java524 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/
DDirectoryListBot.java182 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument() method in DirectoryListBot

12