/packages/services/BuiltInPrintService/jni/plugins/ |
H A D | wprint_mupdf.h | 37 int (*openDocument)(pdf_render_ifc_t *self, const char *fileName); member in struct:pdf_render_ifc
|
H A D | pdf_render.c | 48 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 D | ReadableArchive.java | 224 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 D | WriteableArchive.java | 178 // 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 D | Archive.java | 244 * @see DocumentsProvider.openDocument(String, String, CancellationSignal)) 246 public ParcelFileDescriptor openDocument( method in class:Archive
|
H A D | ArchivesProvider.java | 165 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 D | TestRootProvider.java | 115 public ParcelFileDescriptor openDocument(String documentId, String mode, method in class:TestRootProvider
|
H A D | StubProvider.java | 338 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) method in class:StubProvider
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/ |
H A D | ResourcesProvider.java | 123 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) method in class:ResourcesProvider
|
/packages/services/BuiltInPrintService/src/com/android/bips/jni/ |
H A D | PdfRender.java | 101 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 D | TestDocumentsProvider.java | 82 public ParcelFileDescriptor openDocument(String documentId, String mode, method in class:TestDocumentsProvider
|
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/ |
H A D | StressProvider.java | 172 public ParcelFileDescriptor openDocument(String docId, String mode, method in class:StressProvider
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
H A D | ActionHandler.java | 202 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 D | DirectoryListBot.java | 168 public void openDocument(String label) throws UiObjectNotFoundException { method in class:DirectoryListBot
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | DownloadStorageProvider.java | 386 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 D | MediaDocumentsProvider.java | 315 openDocument(docId, "r", null)); 707 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) method in class:MediaDocumentsProvider
|