/frameworks/base/core/tests/coretests/src/android/provider/ |
D | DocumentsProviderTest.java | 78 assertNull(actual.getRootId()); in testFindDocumentPath_treeUri() 98 assertNull(path.getRootId()); in testFindDocumentPath_treeUri_erasesNonNullRootId()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsProvider.java | 34 import static android.provider.DocumentsContract.getRootId; 788 return queryRecentDocuments(getRootId(uri), projection); in query() 791 getRootId(uri), getSearchDocumentsQuery(uri), projection); in query() 968 final String rootId = DocumentsContract.getRootId(rootUri); in callUnchecked() 1136 if (path.getRootId() != null) { in callUnchecked() 1138 + path.getRootId() + " unexpectedly. Erase root id."); in callUnchecked()
|
D | DocumentsContract.java | 982 public static String getRootId(Uri rootUri) { in getRootId() method in DocumentsContract 1705 public @Nullable String getRootId() { in getRootId() method in DocumentsContract.Path
|
/frameworks/base/media/java/android/service/media/ |
D | MediaBrowserService.java | 237 callbacks.onConnect(connection.root.getRootId(), in connect() 483 connection.callbacks.onConnect(connection.root.getRootId(), token, in setSessionToken() 817 public String getRootId() { in getRootId() method in MediaBrowserService.BrowserRoot
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | MtpDocumentsProviderTest.java | 860 assertEquals("1", path.getRootId()); in testFindDocumentPath_singleStorage_toRoot() 874 assertNull(path.getRootId()); in testFindDocumentPath_singleStorage_toDoc() 889 assertEquals("2", path.getRootId()); in testFindDocumentPath_multiStorage_toRoot() 905 assertNull(path.getRootId()); in testFindDocumentPath_multiStorage_toDoc()
|
/frameworks/support/media-compat/java/android/support/v4/media/ |
D | MediaBrowserServiceCompat.java | 197 connection.callbacks.onConnect(connection.root.getRootId(), token, in setSessionToken() 347 root.getRootId(), rootExtras); in onGetRoot() 762 callbacks.onConnect(connection.root.getRootId(), in connect() 1572 public String getRootId() { in getRootId() method in MediaBrowserServiceCompat.BrowserRoot
|
/frameworks/support/media-compat/tests/src/android/support/v4/media/ |
D | MediaBrowserServiceCompatTest.java | 377 assertEquals(id, browserRoot.getRootId()); in testBrowserRoot()
|
/frameworks/support/media-compat/api/ |
D | current.txt | 141 method public java.lang.String getRootId();
|
D | 26.0.0.txt | 141 method public java.lang.String getRootId();
|
/frameworks/support/api/ |
D | 24.2.0.txt | 5005 method public java.lang.String getRootId();
|
D | 25.0.0.txt | 5061 method public java.lang.String getRootId();
|
D | 25.2.0.txt | 5443 method public java.lang.String getRootId();
|
D | 25.1.0.txt | 5443 method public java.lang.String getRootId();
|
D | 23.4.0.txt | 4348 method public java.lang.String getRootId();
|
D | 25.3.0.txt | 5836 method public java.lang.String getRootId();
|
D | 23.2.1.txt | 4336 method public java.lang.String getRootId();
|
D | 25.4.0.txt | 5897 method public java.lang.String getRootId();
|
D | 26.0.0-alpha1.txt | 6312 method public java.lang.String getRootId();
|
D | 23.2.0.txt | 4336 method public java.lang.String getRootId();
|
D | 24.1.0.txt | 4842 method public java.lang.String getRootId();
|
D | 26.1.0.txt | 7361 method public java.lang.String getRootId();
|
D | 24.0.0.txt | 4840 method public java.lang.String getRootId();
|
D | 26.0.0-beta1.txt | 7246 method public java.lang.String getRootId();
|
D | 26.0.0-beta2.txt | 7365 method public java.lang.String getRootId();
|
/frameworks/base/api/ |
D | current.txt | 34304 method public static java.lang.String getRootId(android.net.Uri); 34352 method public java.lang.String getRootId(); 37336 method public java.lang.String getRootId();
|