/frameworks/base/core/java/android/provider/ |
D | DocumentsProvider.java | 439 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/ |
D | IPdfEditor.aidl | 27 int openDocument(in ParcelFileDescriptor source); in openDocument() method
|
D | IPdfRenderer.aidl | 28 int openDocument(in ParcelFileDescriptor source); in openDocument() method
|
D | PdfManipulationService.java | 83 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/ |
D | BugreportStorageProvider.java | 100 public ParcelFileDescriptor openDocument( in openDocument() method in BugreportStorageProvider
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 712 <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, "openDocument, mode: " + mode);
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | TestDocumentsProvider.java | 311 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in TestDocumentsProvider
|
D | ExternalStorageProvider.java | 445 public ParcelFileDescriptor openDocument( in openDocument() method in ExternalStorageProvider
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
D | StubProvider.java | 233 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in StubProvider
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PageContentRepository.java | 687 return mRenderer.openDocument(mSource); in doInBackground()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 420 <dt>{@link android.provider.DocumentsProvider#openDocument openDocument()}</dt>
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintActivity.java | 2553 editor.openDocument(src); in doTransform()
|
/frameworks/base/api/ |
D | current.txt | 26043 …method public abstract android.os.ParcelFileDescriptor openDocument(java.lang.String, java.lang.St…
|
D | system-current.txt | 27999 …method public abstract android.os.ParcelFileDescriptor openDocument(java.lang.String, java.lang.St…
|