Home
last modified time | relevance | path

Searched refs:rootHints (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/resume/
H A DResumeMediaBrowser.java93 Bundle rootHints = new Bundle(); in findRecentMedia() local
94 rootHints.putBoolean(MediaBrowserService.BrowserRoot.EXTRA_RECENT, true); in findRecentMedia()
98 rootHints); in findRecentMedia()
242 Bundle rootHints = new Bundle(); in restart() local
243 rootHints.putBoolean(MediaBrowserService.BrowserRoot.EXTRA_RECENT, true); in restart()
283 }, rootHints); in restart()
330 Bundle rootHints = new Bundle(); in testConnection() local
331 rootHints.putBoolean(MediaBrowserService.BrowserRoot.EXTRA_RECENT, true); in testConnection()
335 rootHints); in testConnection()
H A DMediaBrowserFactory.java46 MediaBrowser.ConnectionCallback callback, Bundle rootHints) { in create() argument
47 return new MediaBrowser(mContext, serviceComponent, callback, rootHints); in create()
/aosp14/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java121 public final Bundle rootHints; field in MediaBrowserService.ConnectionRecord
127 MediaBrowserService service, String pkg, int pid, int uid, Bundle rootHints, in ConnectionRecord() argument
133 this.rootHints = rootHints; in ConnectionRecord()
224 public void connect(final String pkg, final Bundle rootHints, in connect() argument
250 service, pkg, pid, uid, rootHints, callbacks, null); in connect()
251 BrowserRoot root = service.onGetRoot(pkg, uid, rootHints); in connect()
268 service, pkg, pid, uid, rootHints, callbacks, root); in connect()
435 int clientUid, @Nullable Bundle rootHints); in onGetRoot() argument
575 return mCurConnection.rootHints == null ? null : new Bundle(mCurConnection.rootHints); in getBrowserRootHints()
H A DIMediaBrowserService.aidl15 void connect(String pkg, in Bundle rootHints, IMediaBrowserServiceCallbacks callbacks); in connect() argument
/aosp14/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java126 ConnectionCallback callback, Bundle rootHints) { in MediaBrowser() argument
139 mRootHints = rootHints == null ? null : new Bundle(rootHints); in MediaBrowser()
/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/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49499 Landroid/service/media/MediaBrowserService$ConnectionRecord;->rootHints:Landroid/os/Bundle;