Searched defs:openDocument (Results 1 - 20 of 20) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_mupdf.h37 int (*openDocument)(pdf_render_ifc_t *self, const char *fileName); member in struct:pdf_render_ifc
H A Dpdf_render.c48 static int openDocument(pdf_render_ifc_t *obj, const char *fileName) { function
114 gPdfRenderOpenDocument = (*env)->GetMethodID(env, gPdfRenderClass, "openDocument",
142 self->ifc.openDocument = openDocument;
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
H A DReadableArchive.java224 public ParcelFileDescriptor openDocument( method in class:ReadableArchive
283 openDocument(documentId, "r", signal), range[0], range[1], extras);
293 openDocument(documentId, "r", signal), 0, entry.getSize(), null);
H A DWriteableArchive.java178 // For files, the contents will be written via openDocument. Since the contents
180 // openDocument. All pending entires which haven't been written will be added
200 public ParcelFileDescriptor openDocument( method in class:WriteableArchive
227 // with DocumentsProvider::openDocument, converting it to IllegalStateException.
H A DArchive.java243 * @see DocumentsProvider.openDocument(String, String, CancellationSignal))
245 public ParcelFileDescriptor openDocument( method in class:Archive
H A DArchivesProvider.java195 public ParcelFileDescriptor openDocument( method in class:ArchivesProvider
199 return loader.get().openDocument(documentId, mode, signal);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DTestRootProvider.java115 public ParcelFileDescriptor openDocument(String documentId, String mode, method in class:TestRootProvider
H A DStubProvider.java338 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) method in class:StubProvider
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestActionHandler.java56 public boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback) { method in class:TestActionHandler
H A DTestDocumentsProvider.java82 public ParcelFileDescriptor openDocument(String documentId, String mode, method in class:TestDocumentsProvider
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
H A DResourcesProvider.java122 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) method in class:ResourcesProvider
/packages/services/BuiltInPrintService/src/com/android/bips/jni/
H A DPdfRender.java96 private int openDocument(String fileName) { method in class:PdfRender
97 if (DEBUG) Log.d(TAG, "openDocument() " + fileName);
107 return mService.openDocument(pfd);
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DStressProvider.java172 public ParcelFileDescriptor openDocument(String docId, String mode, method in class:StressProvider
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DActionHandler.java114 boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback); method in interface:ActionHandler
H A DAbstractActionHandler.java75 * Provides support for specializing the actions (openDocument etc.) to the host activity.
229 public boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback) { method in class:AbstractActionHandler
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DActionHandler.java190 public boolean openDocument(DocumentDetails details, @ViewType int type, method in class:ActionHandler
199 return openDocument(doc, type, fallback);
202 // TODO: Make this private and make tests call openDocument(DocumentDetails, int, int) instead.
204 public boolean openDocument(DocumentInfo doc, @ViewType int type, @ViewType int fallback) { method in class:ActionHandler
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DActionHandler.java249 public boolean openDocument(DocumentDetails details, @ViewType int type, method in class:ActionHandler
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DDirectoryListBot.java143 public void openDocument(String label) throws UiObjectNotFoundException { method in class:DirectoryListBot
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java367 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) method in class:DownloadStorageProvider
373 return super.openDocument(docId, mode, signal);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java491 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) method in class:MediaDocumentsProvider

Completed in 1800 milliseconds