Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DDocumentsProvider.java439 public abstract ParcelFileDescriptor openDocument( in openDocument() method in DocumentsProvider
716 return openDocument(getDocumentId(uri), mode, null); in openFile()
728 return openDocument(getDocumentId(uri), mode, signal); in openFile()
741 final ParcelFileDescriptor fd = openDocument(getDocumentId(uri), mode, null); in openAssetFile()
755 final ParcelFileDescriptor fd = openDocument(getDocumentId(uri), mode, signal); in openAssetFile()
/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
217 public int openDocument(ParcelFileDescriptor source) throws RemoteException { in openDocument() method in PdfManipulationService.PdfEditorImpl
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java100 public ParcelFileDescriptor openDocument( in openDocument() method in BugreportStorageProvider
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd712 <li>{@link android.provider.DocumentsProvider#openDocument openDocument()}</li>
835 <h4 id="openDocument">Implement openDocument</h4>
837 <p>You must implement {@link android.provider.DocumentsProvider#openDocument
838 openDocument()} to return a {@link android.os.ParcelFileDescriptor} representing
846 public ParcelFileDescriptor openDocument(final String documentId,
850 Log.v(TAG, &quot;openDocument, mode: &quot; + mode);
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java311 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in TestDocumentsProvider
DExternalStorageProvider.java445 public ParcelFileDescriptor openDocument( in openDocument() method in ExternalStorageProvider
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java233 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in StubProvider
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java687 return mRenderer.openDocument(mSource); in doInBackground()
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd420 <dt>{@link android.provider.DocumentsProvider#openDocument openDocument()}</dt>
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java2553 editor.openDocument(src); in doTransform()
/frameworks/base/api/
Dcurrent.txt26043 …method public abstract android.os.ParcelFileDescriptor openDocument(java.lang.String, java.lang.St…
Dsystem-current.txt27999 …method public abstract android.os.ParcelFileDescriptor openDocument(java.lang.String, java.lang.St…