Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/provider/
DDocumentsProviderTest.java63 final Path actual = DocumentsContract.findDocumentPath( in testFindDocumentPath_docUri()
77 final Path actual = DocumentsContract.findDocumentPath(mResolver, docUri); in testFindDocumentPath_treeUri()
89 DocumentsContract.findDocumentPath(mResolver, docUri); in testFindDocumentPath_treeUri_throwsOnNonChildDocument()
101 Path path = DocumentsContract.findDocumentPath(mResolver, docUri); in testFindDocumentPath_treeUri_erasesNonNullRootId()
114 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/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java530 public Path findDocumentPath(@Nullable String parentDocId, String childDocId) in findDocumentPath() method in ExternalStorageProvider
542 return new Path(parentDocId == null ? root.rootId : null, findDocumentPath(parent, child)); in findDocumentPath()
/frameworks/base/core/java/android/provider/
DDocumentsProvider.java401 public Path findDocumentPath(@Nullable String parentDocumentId, String childDocumentId) in findDocumentPath() method in DocumentsProvider
1257 Path path = findDocumentPath(parentDocumentId, documentId); in callUnchecked()
DDocumentsContract.java1637 public static @Nullable Path findDocumentPath(@NonNull ContentResolver content, in findDocumentPath() method in DocumentsContract
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java224 protected final List<String> findDocumentPath(File parent, File doc) in findDocumentPath() method in FileSystemProvider
/frameworks/base/core/api/
Dcurrent.txt34889 …method @Nullable public static android.provider.DocumentsContract.Path findDocumentPath(@NonNull a…
34990 …method public android.provider.DocumentsContract.Path findDocumentPath(@Nullable String, String) t…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt45184 Landroid/provider/DocumentsContract;->findDocumentPath(Landroid/content/ContentProviderClient;Landr…