Home
last modified time | relevance | path

Searched refs:buildChildDocumentsUri (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java108 return DocumentsContract.buildChildDocumentsUri(AUTHORITY, docId); in buildNotificationUri()
/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java525 return DocumentsContract.buildChildDocumentsUri(AUTHORITY, docId); in buildNotificationUri()
/aosp14/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java1035 public static Uri buildChildDocumentsUri(String authority, String parentDocumentId) { in buildChildDocumentsUri() method in DocumentsContract
/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.txt36829 method public static android.net.Uri buildChildDocumentsUri(String, String);