/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
H A D | LoadRootTask.java | 61 return mProviders.getRootOneshot(mUserId, mRootUri.getAuthority(), getRootId(mRootUri)); in run() 77 protected String getRootId(Uri rootUri) { in getRootId() method in LoadRootTask 78 return DocumentsContract.getRootId(rootUri); in getRootId()
|
H A D | LoadFirstRootTask.java | 40 protected String getRootId(Uri rootUri) { in getRootId() method in LoadFirstRootTask
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | LoadDocStackTask.java | 100 final String rootId = path.getRootId(); in buildStack() 105 RootInfo root = mProviders.getRootOneshot(mUserId, authority, path.getRootId()); in buildStack() 109 + " and root ID: " + path.getRootId() + "."); in buildStack()
|
H A D | Metrics.java | 377 Providers.AUTHORITY_STORAGE, path.getRootId()); in logStorageFileOperationFailure() 641 return DocumentsContract.getRootId(uri); in getRootIdSafely()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | DocumentsProviderTest.java | 79 assertNull(actual.getRootId()); in testFindDocumentPath_treeUri() 102 assertNull(path.getRootId()); in testFindDocumentPath_treeUri_erasesNonNullRootId()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | DocumentsProvider.java | 34 import static android.provider.DocumentsContract.getRootId; 918 getRootId(uri), projection, queryArgs, cancellationSignal); in query() 920 return querySearchDocuments(getRootId(uri), projection, queryArgs); in query() 1107 final String rootId = DocumentsContract.getRootId(rootUri); in callUnchecked() 1272 if (path.getRootId() != null) { in callUnchecked() 1274 + path.getRootId() + " unexpectedly. Erase root id."); in callUnchecked()
|
H A D | DocumentsContract.java | 1256 public static String getRootId(Uri rootUri) { in getRootId() method in DocumentsContract 1808 public @Nullable String getRootId() { in getRootId() method in DocumentsContract.Path
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/ |
H A D | MediaPlayerList.java | 182 wrapper.getFolderItems(wrapper.getRootId(), in init() 255 String itemId = wrapper.getRootId(); in getPlayerRoot() 417 itemId = wrapper.getRootId(); in getFolderItems() 453 itemId = wrapper.getRootId(); in getFolderItems()
|
H A D | BrowsablePlayerConnector.java | 145 wrapper.getFolderItems(wrapper.getRootId(), in BrowsablePlayerConnector()
|
H A D | BrowsedPlayerWrapper.java | 197 public String getRootId() { in getRootId() method
|
/aosp12/frameworks/base/media/java/android/service/media/ |
H A D | MediaBrowserService.java | 248 callbacks.onConnect(connection.root.getRootId(), in connect() 495 connection.callbacks.onConnect(connection.root.getRootId(), token, in setSessionToken() 851 public String getRootId() { in getRootId() method in MediaBrowserService.BrowserRoot
|
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/ |
H A D | MtpDocumentsProviderTest.java | 862 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()
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/media/ |
H A D | TunerSession.java | 181 if (mBrowseTree.getRoot().getRootId().equals(mediaId)) { in onPlayFromMediaId()
|
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
H A D | PublicVolumeSettings.java | 95 final String fsUuid = DocumentsContract.getRootId(rootUri); in onCreate()
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/service/ |
H A D | RadioAppService.java | 154 mBrowseTree.getRoot().getRootId(), null); in onStartCommand()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/ |
H A D | BrowserPlayerWrapperTest.java | 270 Assert.assertEquals("root_folder", wrapper.getRootId()); in testGetRootId()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 34954 method public static String getRootId(android.net.Uri); 35017 method @Nullable public String getRootId(); 38578 method public String getRootId();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 24769 method public static java.lang.String getRootId(android.net.Uri); 27029 method public java.lang.String getRootId();
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 30227 Landroid/media/MediaLibraryService2$LibraryRoot;->getRootId()Ljava/lang/String;
|