Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/provider/
H A 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()
H A DTestDocumentsProvider.java88 public Path findDocumentPath(@Nullable String parentDocumentId, String documentId) { in findDocumentPath() method in TestDocumentsProvider
/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java581 public Path findDocumentPath(@Nullable String parentDocId, String childDocId) in findDocumentPath() method in ExternalStorageProvider
593 return new Path(parentDocId == null ? root.rootId : null, findDocumentPath(parent, child)); in findDocumentPath()
/aosp14/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java401 public Path findDocumentPath(@Nullable String parentDocumentId, String childDocumentId) in findDocumentPath() method in DocumentsProvider
1270 Path path = findDocumentPath(parentDocumentId, documentId); in callUnchecked()
H A DDocumentsContract.java1637 public static @Nullable Path findDocumentPath(@NonNull ContentResolver content, in findDocumentPath() method in DocumentsContract
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DFileSystemProvider.java226 protected final List<String> findDocumentPath(File parent, File doc) in findDocumentPath() method in FileSystemProvider
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt36843 …method @Nullable public static android.provider.DocumentsContract.Path findDocumentPath(@NonNull a…
36944 …method public android.provider.DocumentsContract.Path findDocumentPath(@Nullable String, String) t…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41861 Landroid/provider/DocumentsContract;->findDocumentPath(Landroid/content/ContentProviderClient;Landr…