Home
last modified time | relevance | path

Searched defs:openDocument (Results 1 – 21 of 21) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_mupdf.h37 int (*openDocument)(pdf_render_ifc_t *self, const char *fileName); member
Dpdf_render.c48 static int openDocument(pdf_render_ifc_t *obj, const char *fileName) { in openDocument() function
/packages/services/BuiltInPrintService/src/com/android/bips/render/
DIPdfRender.aidl31 int openDocument(in ParcelFileDescriptor file); in openDocument() method
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestActionHandler.java56 public boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback) { in openDocument() method in TestActionHandler
DTestDocumentsProvider.java82 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestDocumentsProvider
/packages/services/BuiltInPrintService/src/com/android/bips/jni/
DPdfRender.java96 private int openDocument(String fileName) { in openDocument() method in PdfRender
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
DResourcesProvider.java122 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in ResourcesProvider
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestRootProvider.java115 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestRootProvider
DStubProvider.java338 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in StubProvider
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DWriteableArchive.java200 public ParcelFileDescriptor openDocument( in openDocument() method in WriteableArchive
DReadableArchive.java224 public ParcelFileDescriptor openDocument( in openDocument() method in ReadableArchive
DArchive.java245 public ParcelFileDescriptor openDocument( in openDocument() method in Archive
DArchivesProvider.java195 public ParcelFileDescriptor openDocument( in openDocument() method in ArchivesProvider
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java190 public boolean openDocument(DocumentDetails details, @ViewType int type, in openDocument() method in ActionHandler
204 public boolean openDocument(DocumentInfo doc, @ViewType int type, @ViewType int fallback) { in openDocument() method in ActionHandler
/packages/apps/DocumentsUI/src/com/android/documentsui/
DActionHandler.java114 boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback); in openDocument() method
DAbstractActionHandler.java229 public boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback) { in openDocument() method in AbstractActionHandler
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java249 public boolean openDocument(DocumentDetails details, @ViewType int type, in openDocument() method in ActionHandler
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
DStressProvider.java172 public ParcelFileDescriptor openDocument(String docId, String mode, in openDocument() method in StressProvider
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java143 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument() method in DirectoryListBot
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java367 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in DownloadStorageProvider
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java491 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in MediaDocumentsProvider