Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/provider/
DDocumentsProviderTest.java79 assertNull(actual.getRootId()); in testFindDocumentPath_treeUri()
102 assertNull(path.getRootId()); in testFindDocumentPath_treeUri_erasesNonNullRootId()
/frameworks/base/core/java/android/provider/
DDocumentsProvider.java34 import static android.provider.DocumentsContract.getRootId;
907 getRootId(uri), projection, queryArgs, cancellationSignal); in query()
909 return querySearchDocuments(getRootId(uri), projection, queryArgs); in query()
1086 final String rootId = DocumentsContract.getRootId(rootUri); in callUnchecked()
1254 if (path.getRootId() != null) { in callUnchecked()
1256 + path.getRootId() + " unexpectedly. Erase root id."); in callUnchecked()
DDocumentsContract.java1203 public static String getRootId(Uri rootUri) { in getRootId() method in DocumentsContract
1755 public @Nullable String getRootId() { in getRootId() method in DocumentsContract.Path
/frameworks/base/media/java/android/service/media/
DMediaBrowserService.java247 callbacks.onConnect(connection.root.getRootId(), in connect()
494 connection.callbacks.onConnect(connection.root.getRootId(), token, in setSessionToken()
843 public String getRootId() { in getRootId() method in MediaBrowserService.BrowserRoot
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDocumentsProviderTest.java862 assertEquals("1", path.getRootId()); in testFindDocumentPath_singleStorage_toRoot()
876 assertNull(path.getRootId()); in testFindDocumentPath_singleStorage_toDoc()
891 assertEquals("2", path.getRootId()); in testFindDocumentPath_multiStorage_toRoot()
907 assertNull(path.getRootId()); in testFindDocumentPath_multiStorage_toDoc()
/frameworks/base/api/
Dcurrent.txt38047 method public static String getRootId(android.net.Uri);
38109 method @Nullable public String getRootId();
41415 method public String getRootId();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24769 method public static java.lang.String getRootId(android.net.Uri);
27029 method public java.lang.String getRootId();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt40174 Landroid/media/MediaLibraryService2$LibraryRoot;->getRootId()Ljava/lang/String;