Home
last modified time | relevance | path

Searched refs:openDocument (Results 1 – 15 of 15) 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/java/android/provider/
DDocumentsProvider.java803 public abstract ParcelFileDescriptor openDocument( in openDocument() method in DocumentsProvider
1291 return openDocument(getDocumentId(uri), mode, null); in openFile()
1303 return openDocument(getDocumentId(uri), mode, signal); in openFile()
1316 final ParcelFileDescriptor fd = openDocument(getDocumentId(uri), mode, null); in openAssetFile()
1330 final ParcelFileDescriptor fd = openDocument(getDocumentId(uri), mode, signal); in openAssetFile()
/frameworks/base/core/tests/coretests/src/android/provider/
DTestDocumentsProvider.java77 public ParcelFileDescriptor openDocument(String documentId, String mode, in openDocument() method in TestDocumentsProvider
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDocumentsProviderTest.java561 try (final ParcelFileDescriptor fd = mProvider.openDocument("3", "r", null)) { in testOpenDocument()
599 try (final ParcelFileDescriptor fd = mProvider.openDocument("3", "r", null)) { in testOpenDocument_shortBytes()
612 final ParcelFileDescriptor fd = mProvider.openDocument(documentId, "w", null); in testOpenDocument_writing()
620 final ParcelFileDescriptor fd = mProvider.openDocument(documentId, "r", null); in testOpenDocument_writing()
824 mProvider.openDocument("3", "w", null); in testOpenDocument_noWritingSupport()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java96 public ParcelFileDescriptor openDocument( in openDocument() method in BugreportStorageProvider
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsProvider.java277 public ParcelFileDescriptor openDocument( in openDocument() method in MtpDocumentsProvider
566 openDocument(docId, "r", null)); in getDocumentMetadata()
/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/core/java/com/android/internal/content/
DFileSystemProvider.java467 public ParcelFileDescriptor openDocument( in openDocument() method in FileSystemProvider
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java756 return mRenderer.openDocument(mSource); in doInBackground()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java3201 editor.openDocument(src); in doTransform()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24826 …method public abstract android.os.ParcelFileDescriptor openDocument(java.lang.String, java.lang.St…
/frameworks/base/non-updatable-api/
Dcurrent.txt38455 …method public abstract android.os.ParcelFileDescriptor openDocument(String, String, @Nullable andr…
/frameworks/base/api/
Dcurrent.txt38599 …method public abstract android.os.ParcelFileDescriptor openDocument(String, String, @Nullable andr…