Searched defs:openDocument (Results 1 - 16 of 16) 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.java244 * @see DocumentsProvider.openDocument(String, String, CancellationSignal))
246 public ParcelFileDescriptor openDocument( method in class:Archive
H A DArchivesProvider.java165 openDocument(documentId, "r", null));
217 public ParcelFileDescriptor openDocument( method in class:ArchivesProvider
221 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/unit/com/android/documentsui/archives/
H A DResourcesProvider.java123 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) method in class:ResourcesProvider
/packages/services/BuiltInPrintService/src/com/android/bips/jni/
H A DPdfRender.java101 private int openDocument(String fileName) { method in class:PdfRender
102 if (DEBUG) Log.d(TAG, "openDocument() " + fileName);
114 return mService.openDocument(pfd);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestDocumentsProvider.java82 public ParcelFileDescriptor openDocument(String documentId, String mode, method in class:TestDocumentsProvider
/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/files/
H A DActionHandler.java202 return openDocument(doc, type, fallback);
205 // TODO: Make this private and make tests call openDocument(DocumentDetails, int, int) instead.
207 public boolean openDocument(DocumentInfo doc, @ViewType int type, @ViewType int fallback) { method in class:ActionHandler
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DDirectoryListBot.java168 public void openDocument(String label) throws UiObjectNotFoundException { method in class:DirectoryListBot
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java386 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) method in class:DownloadStorageProvider
392 return super.openDocument(docId, mode, signal);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java315 openDocument(docId, "r", null));
707 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) method in class:MediaDocumentsProvider

Completed in 323 milliseconds