/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/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestActionHandler.java | 56 public boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback) { in openDocument() method in TestActionHandler
|
D | TestDocumentsProvider.java | 82 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestDocumentsProvider
|
/packages/services/BuiltInPrintService/src/com/android/bips/jni/ |
D | PdfRender.java | 96 private int openDocument(String fileName) { in openDocument() method in PdfRender
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/ |
D | ResourcesProvider.java | 122 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 | 200 public ParcelFileDescriptor openDocument( in openDocument() method in WriteableArchive
|
D | ReadableArchive.java | 224 public ParcelFileDescriptor openDocument( in openDocument() method in ReadableArchive
|
D | Archive.java | 245 public ParcelFileDescriptor openDocument( in openDocument() method in Archive
|
D | ArchivesProvider.java | 195 public ParcelFileDescriptor openDocument( in openDocument() method in ArchivesProvider
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | ActionHandler.java | 190 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/ |
D | ActionHandler.java | 114 boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback); in openDocument() method
|
D | AbstractActionHandler.java | 229 public boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback) { in openDocument() method in AbstractActionHandler
|
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
D | ActionHandler.java | 249 public boolean openDocument(DocumentDetails details, @ViewType int type, in openDocument() method in ActionHandler
|
/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 | 143 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument() method in DirectoryListBot
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 367 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 | 491 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in MediaDocumentsProvider
|