Home
last modified time | relevance | path

Searched refs:openDocument (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DIPdfEditor.aidl27 int openDocument(in ParcelFileDescriptor source); in openDocument() method
DIPdfRenderer.aidl28 int openDocument(in ParcelFileDescriptor source); in openDocument() method
DPdfManipulationService.java83 public int openDocument(ParcelFileDescriptor source) throws RemoteException { in openDocument() method in PdfManipulationService.PdfRendererImpl
220 public int openDocument(ParcelFileDescriptor source) throws RemoteException { in openDocument() method in PdfManipulationService.PdfEditorImpl
/frameworks/base/core/tests/coretests/src/android/provider/
DTestDocumentsProvider.java77 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestDocumentsProvider
/frameworks/base/core/java/android/provider/
DDocumentsProvider.java814 public abstract ParcelFileDescriptor openDocument( in openDocument() method in DocumentsProvider
1322 return openDocument(getDocumentId(uri), mode, null); in openFile()
1334 return openDocument(getDocumentId(uri), mode, signal); in openFile()
1347 final ParcelFileDescriptor fd = openDocument(getDocumentId(uri), mode, null); in openAssetFile()
1361 final ParcelFileDescriptor fd = openDocument(getDocumentId(uri), mode, signal); in openAssetFile()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java96 public ParcelFileDescriptor openDocument( in openDocument() method in BugreportStorageProvider
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java311 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in TestDocumentsProvider
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java756 return mRenderer.openDocument(mSource); in doInBackground()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java505 public ParcelFileDescriptor openDocument( in openDocument() method in FileSystemProvider
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java3203 editor.openDocument(src); in doTransform()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24826 …method public abstract android.os.ParcelFileDescriptor openDocument(java.lang.String, java.lang.St…
/frameworks/base/core/api/
Dcurrent.txt37109 …method public abstract android.os.ParcelFileDescriptor openDocument(String, String, @Nullable andr…