Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DLoadRootTask.java61 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 DLoadFirstRootTask.java40 protected String getRootId(Uri rootUri) { in getRootId() method in LoadFirstRootTask
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DLoadDocStackTask.java100 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 DMetrics.java377 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 DDocumentsProviderTest.java79 assertNull(actual.getRootId()); in testFindDocumentPath_treeUri()
102 assertNull(path.getRootId()); in testFindDocumentPath_treeUri_erasesNonNullRootId()
/aosp12/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java34 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 DDocumentsContract.java1256 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 DMediaPlayerList.java182 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 DBrowsablePlayerConnector.java145 wrapper.getFolderItems(wrapper.getRootId(), in BrowsablePlayerConnector()
H A DBrowsedPlayerWrapper.java197 public String getRootId() { in getRootId() method
/aosp12/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java248 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 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()
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/media/
H A DTunerSession.java181 if (mBrowseTree.getRoot().getRootId().equals(mediaId)) { in onPlayFromMediaId()
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DPublicVolumeSettings.java95 final String fsUuid = DocumentsContract.getRootId(rootUri); in onCreate()
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/service/
H A DRadioAppService.java154 mBrowseTree.getRoot().getRootId(), null); in onStartCommand()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/
H A DBrowserPlayerWrapperTest.java270 Assert.assertEquals("root_folder", wrapper.getRootId()); in testGetRootId()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt34954 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 Dandroid-22.txt24769 method public static java.lang.String getRootId(android.net.Uri);
27029 method public java.lang.String getRootId();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt30227 Landroid/media/MediaLibraryService2$LibraryRoot;->getRootId()Ljava/lang/String;