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 D | ResumeMediaBrowser.java | 93 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 D | MediaBrowserFactory.java | 46 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 D | MediaBrowserService.java | 121 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 D | IMediaBrowserService.aidl | 15 void connect(String pkg, in Bundle rootHints, IMediaBrowserServiceCallbacks callbacks); in connect() argument
|
/aosp14/frameworks/base/media/java/android/media/browse/ |
H A D | MediaBrowser.java | 126 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49499 Landroid/service/media/MediaBrowserService$ConnectionRecord;->rootHints:Landroid/os/Bundle;
|