Searched defs:openDocument (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
H A DTestDocumentsProvider.java77 public ParcelFileDescriptor openDocument(String documentId, String mode, method in class:TestDocumentsProvider
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java104 public ParcelFileDescriptor openDocument( method in class:BugreportStorageProvider
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DPdfManipulationService.java83 public int openDocument(ParcelFileDescriptor source) throws RemoteException { method in class:PdfManipulationService.PdfRendererImpl
88 Log.i(LOG_TAG, "openDocument()");
220 public int openDocument(ParcelFileDescriptor source) throws RemoteException { method in class:PdfManipulationService.PdfEditorImpl
225 Log.i(LOG_TAG, "openDocument()");
/frameworks/base/core/java/com/android/internal/content/
H A DFileSystemProvider.java340 public ParcelFileDescriptor openDocument( method in class:FileSystemProvider
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DTestDocumentsProvider.java311 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) method in class:TestDocumentsProvider
/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java682 public abstract ParcelFileDescriptor openDocument( method in class:DocumentsProvider
1161 * @see #openDocument(String, String, CancellationSignal)
1166 return openDocument(getDocumentId(uri), mode, null);
1172 * @see #openDocument(String, String, CancellationSignal)
1178 return openDocument(getDocumentId(uri), mode, signal);
1184 * @see #openDocument(String, String, CancellationSignal)
1191 final ParcelFileDescriptor fd = openDocument(getDocumentId(uri), mode, null);
1198 * @see #openDocument(String, String, CancellationSignal)
1205 final ParcelFileDescriptor fd = openDocument(getDocumentId(uri), mode, signal);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java273 public ParcelFileDescriptor openDocument( method in class:MtpDocumentsProvider
277 Log.d(TAG, "openDocument: " + documentId);
283 // Turn off MODE_CREATE because openDocument does not allow to create new files.
320 Log.e(MtpDocumentsProvider.TAG, "openDocument", error);
323 Log.e(MtpDocumentsProvider.TAG, "openDocument", error);

Completed in 3572 milliseconds