Home
last modified time | relevance | path

Searched refs:findDocumentPath (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
DDocumentsProviderTest.java63 final Path actual = DocumentsContract.findDocumentPath(client, docUri); in testFindDocumentPath_docUri()
76 final Path actual = DocumentsContract.findDocumentPath(mResolver, docUri); in testFindDocumentPath_treeUri()
87 assertNull(DocumentsContract.findDocumentPath(mResolver, docUri)); in testFindDocumentPath_treeUri_throwsOnNonChildDocument()
97 Path path = DocumentsContract.findDocumentPath(mResolver, docUri); in testFindDocumentPath_treeUri_erasesNonNullRootId()
110 Path path = DocumentsContract.findDocumentPath(mResolver, docUri); in testFindDocumentPath_treeUri_erasesDocsOutsideTree()
DTestDocumentsProvider.java88 public Path findDocumentPath(@Nullable String parentDocumentId, String documentId) { in findDocumentPath() method in TestDocumentsProvider
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDocumentsProviderTest.java859 final Path path = mProvider.findDocumentPath(null, "15"); in testFindDocumentPath_singleStorage_toRoot()
873 final Path path = mProvider.findDocumentPath("3", "18"); in testFindDocumentPath_singleStorage_toDoc()
888 final Path path = mProvider.findDocumentPath(null, "16"); in testFindDocumentPath_multiStorage_toRoot()
904 final Path path = mProvider.findDocumentPath("4", "19"); in testFindDocumentPath_multiStorage_toDoc()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java419 public Path findDocumentPath(@Nullable String parentDocId, String childDocId) in findDocumentPath() method in ExternalStorageProvider
429 return new Path(parentDocId == null ? root.rootId : null, findDocumentPath(parent, child)); in findDocumentPath()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java1393 public static Path findDocumentPath(ContentResolver resolver, Uri treeUri) in findDocumentPath() method in DocumentsContract
1400 return findDocumentPath(client, treeUri); in findDocumentPath()
1427 public static Path findDocumentPath(ContentProviderClient client, Uri uri) in findDocumentPath() method in DocumentsContract
DDocumentsProvider.java388 public Path findDocumentPath(@Nullable String parentDocumentId, String childDocumentId) in findDocumentPath() method in DocumentsProvider
1116 Path path = findDocumentPath(parentDocumentId, documentId); in callUnchecked()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java101 protected final List<String> findDocumentPath(File parent, File doc) in findDocumentPath() method in FileSystemProvider
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsProvider.java489 public Path findDocumentPath(String parentDocumentId, String childDocumentId) in findDocumentPath() method in MtpDocumentsProvider
/frameworks/base/api/
Dcurrent.txt34152 …method public static android.provider.DocumentsContract.Path findDocumentPath(android.content.Cont…
34235 …method public android.provider.DocumentsContract.Path findDocumentPath(java.lang.String, java.lang…
Dsystem-current.txt37096 …method public static android.provider.DocumentsContract.Path findDocumentPath(android.content.Cont…
37179 …method public android.provider.DocumentsContract.Path findDocumentPath(java.lang.String, java.lang…