Home
last modified time | relevance | path

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

12

/frameworks/support/documents-archive/src/android/support/provider/
DDocumentArchiveHelper.java179 public ParcelFileDescriptor openDocument( in openDocument() method in DocumentArchiveHelper
185 return loader.get().openDocument(documentId, mode, signal); in openDocument()
351 mProvider.openDocument(mId.mArchiveId, "r", null /* signal */), in get()
DDocumentArchive.java359 public ParcelFileDescriptor openDocument( in openDocument() method in DocumentArchive
472 openDocument(documentId, "r", signal), range[0], range[1], extras); in openDocumentThumbnail()
482 openDocument(documentId, "r", signal), 0, entry.getSize(), null); in openDocumentThumbnail()
/frameworks/support/documents-archive/tests/src/android/support/provider/
DStubProvider.java85 public ParcelFileDescriptor openDocument( in openDocument() method in StubProvider
89 return archiveHelper.openDocument(documentId, mode, signal); in openDocument()
DDocumentArchiveTest.java266 final ParcelFileDescriptor descriptor = mArchive.openDocument( in testOpenDocument()
/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.java502 public abstract ParcelFileDescriptor openDocument( in openDocument() method in DocumentsProvider
882 return openDocument(getDocumentId(uri), mode, null); in openFile()
894 return openDocument(getDocumentId(uri), mode, signal); in openFile()
907 final ParcelFileDescriptor fd = openDocument(getDocumentId(uri), mode, null); in openAssetFile()
921 final ParcelFileDescriptor fd = openDocument(getDocumentId(uri), mode, signal); in openAssetFile()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DRootsUiTest.java41 bots.directory.openDocument(dirName1); in testRootTapped_GoToRootFromChildDir()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDocumentsProviderTest.java493 try (final ParcelFileDescriptor fd = mProvider.openDocument("3", "r", null)) { in testOpenDocument()
531 try (final ParcelFileDescriptor fd = mProvider.openDocument("3", "r", null)) { in testOpenDocument_shortBytes()
544 final ParcelFileDescriptor fd = mProvider.openDocument(documentId, "w", null); in testOpenDocument_writing()
551 final ParcelFileDescriptor fd = mProvider.openDocument(documentId, "r", null); in testOpenDocument_writing()
731 mProvider.openDocument("3", "w", null); in testOpenDocument_noWritingSupport()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java116 public ParcelFileDescriptor openDocument( in openDocument() method in BugreportStorageProvider
120 return mArchiveHelper.openDocument(documentId, mode, signal); in openDocument()
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Ddocument-provider.jd710 <li>{@link android.provider.DocumentsProvider#openDocument openDocument()}</li>
833 <h4 id="openDocument">Реализация метода openDocument</h4>
835 <p>Необходимо реализовать метод {@link android.provider.DocumentsProvider#openDocument
836 openDocument()}, который возвращает объект {@link android.os.ParcelFileDescriptor}, представляющий
844 public ParcelFileDescriptor openDocument(final String documentId,
848 Log.v(TAG, &quot;openDocument, mode: &quot; + mode);
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Ddocument-provider.jd710 <li>{@link android.provider.DocumentsProvider#openDocument openDocument()}</li>
833 <h4 id="openDocument">實作 openDocument</h4>
835 <p>您必須實作 {@link android.provider.DocumentsProvider#openDocument
836 openDocument()} 來傳回代表特定檔案的
844 public ParcelFileDescriptor openDocument(final String documentId,
848 Log.v(TAG, &quot;openDocument, mode: &quot; + mode);
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Ddocument-provider.jd710 <li>{@link android.provider.DocumentsProvider#openDocument openDocument()}</li>
833 <h4 id="openDocument">openDocument を実装する</h4>
835 …@link android.os.ParcelFileDescriptor} を返すには、{@link android.provider.DocumentsProvider#openDocument
836 openDocument()} を実装する必要があります。
844 public ParcelFileDescriptor openDocument(final String documentId,
848 Log.v(TAG, &quot;openDocument, mode: &quot; + mode);
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Ddocument-provider.jd710 <li>{@link android.provider.DocumentsProvider#openDocument openDocument()}</li>
833 <h4 id="openDocument">实现 queryDocument</h4>
835 <p>您必须实现 {@link android.provider.DocumentsProvider#openDocument
836 openDocument()} 以返回表示指定文件的
844 public ParcelFileDescriptor openDocument(final String documentId,
848 Log.v(TAG, &quot;openDocument, mode: &quot; + mode);
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Ddocument-provider.jd710 <li>{@link android.provider.DocumentsProvider#openDocument openDocument()}</li>
833 <h4 id="openDocument">OpenDocument 구현</h4>
836 …link android.os.ParcelFileDescriptor}를 반환하려면 {@link android.provider.DocumentsProvider#openDocument
837 openDocument()}를 구현해야 합니다. 다른 앱들이 반환된 {@link android.os.ParcelFileDescriptor}를
844 public ParcelFileDescriptor openDocument(final String documentId,
848 Log.v(TAG, &quot;openDocument, mode: &quot; + mode);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DFilesActivity.java320 openDocument(doc, model); in onDocumentPicked()
327 private void openDocument(DocumentInfo doc, Model model) { in openDocument() method in FilesActivity
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
DDirectoryListBot.java114 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument() method in DirectoryListBot
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Ddocument-provider.jd710 <li>{@link android.provider.DocumentsProvider#openDocument openDocument()}</li>
833 <h4 id="openDocument">Mengimplementasikan openDocument</h4>
835 <p>Anda harus mengimplementasikan {@link android.provider.DocumentsProvider#openDocument
836 openDocument()} untuk menghasilkan {@link android.os.ParcelFileDescriptor} yang mewakili
844 public ParcelFileDescriptor openDocument(final String documentId,
848 Log.v(TAG, &quot;openDocument, mode: &quot; + mode);
/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/docs/html-intl/intl/pt-br/guide/topics/providers/
Ddocument-provider.jd710 <li>{@link android.provider.DocumentsProvider#openDocument openDocument()}</li>
833 <h4 id="openDocument">Implementação de openDocument</h4>
835 <p>Deve-se implementar {@link android.provider.DocumentsProvider#openDocument
836 openDocument()} para retornar um {@link android.os.ParcelFileDescriptor} que represente
844 public ParcelFileDescriptor openDocument(final String documentId,
848 Log.v(TAG, &quot;openDocument, mode: &quot; + mode);
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/
DStressProvider.java172 public ParcelFileDescriptor openDocument(String docId, String mode, in openDocument() method in StressProvider
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java597 public ParcelFileDescriptor openDocument( in openDocument() method in ExternalStorageProvider
601 return mArchiveHelper.openDocument(documentId, mode, signal); in openDocument()
DTestDocumentsProvider.java311 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) in openDocument() method in TestDocumentsProvider
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Ddocument-provider.jd710 <li>{@link android.provider.DocumentsProvider#openDocument openDocument()}</li>
833 <h4 id="openDocument">Triển khai openDocument</h4>
835 <p>Bạn phải triển khai {@link android.provider.DocumentsProvider#openDocument
836 openDocument()} để trả về một {@link android.os.ParcelFileDescriptor} biểu diễn
844 public ParcelFileDescriptor openDocument(final String documentId,
848 Log.v(TAG, &quot;openDocument, mode: &quot; + mode);

12