/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_mupdf.h | 37 int (*openDocument)(pdf_render_ifc_t *self, const char *fileName); member
|
D | pdf_render.c | 48 static int openDocument(pdf_render_ifc_t *obj, const char *fileName) { in openDocument() function
|
/packages/services/BuiltInPrintService/src/com/android/bips/render/ |
D | IPdfRender.aidl | 31 int openDocument(in ParcelFileDescriptor file); in openDocument() method
|
/packages/services/BuiltInPrintService/src/com/android/bips/jni/ |
D | PdfRender.java | 101 private int openDocument(String fileName) { in openDocument() method in PdfRender
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/ |
D | ResourcesProvider.java | 128 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in ResourcesProvider
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | TestRootProvider.java | 115 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestRootProvider
|
D | StubProvider.java | 338 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in StubProvider
|
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
D | WriteableArchive.java | 201 public ParcelFileDescriptor openDocument( in openDocument() method in WriteableArchive
|
D | ReadableArchive.java | 263 public ParcelFileDescriptor openDocument( in openDocument() method in ReadableArchive
|
D | Archive.java | 251 public ParcelFileDescriptor openDocument( in openDocument() method in Archive
|
D | ArchivesProvider.java | 215 public ParcelFileDescriptor openDocument( in openDocument() method in ArchivesProvider
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | StorageProvider.java | 140 public ParcelFileDescriptor openDocument( in openDocument() method in StorageProvider
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestDocumentsProvider.java | 83 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestDocumentsProvider
|
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/ |
D | StressProvider.java | 172 public ParcelFileDescriptor openDocument(String docId, String mode, in openDocument() method in StressProvider
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | DirectoryListBot.java | 182 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument() method in DirectoryListBot
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | ActionHandler.java | 213 public boolean openDocument(DocumentInfo doc, @ViewType int type, @ViewType int fallback) { in openDocument() method in ActionHandler
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 524 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in DownloadStorageProvider
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 890 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in MediaDocumentsProvider
|