Searched refs:rootHints (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/resume/ |
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()
|
D | MediaBrowserFactory.java | 46 MediaBrowser.ConnectionCallback callback, Bundle rootHints) { in create() argument 47 return new MediaBrowser(mContext, serviceComponent, callback, rootHints); in create()
|
/frameworks/base/media/java/android/service/media/ |
D | MediaBrowserService.java | 127 public final Bundle rootHints; field in MediaBrowserService.ConnectionRecord 137 Bundle rootHints, in ConnectionRecord() argument 144 this.rootHints = rootHints; in ConnectionRecord() 236 public void connect(final String pkg, final Bundle rootHints, in connect() argument 251 () -> serviceState.connectOnHandler(pkg, pid, uid, rootHints, callbacks)); in connect() 364 int clientUid, @Nullable Bundle rootHints); in onGetRoot() argument 502 return currentConnection.rootHints == null ? null : new Bundle(currentConnection.rootHints); in getBrowserRootHints() 755 Bundle rootHints, in connectOnHandler() argument 769 rootHints, in connectOnHandler() 772 BrowserRoot root = onGetRoot(pkg, uid, rootHints); in connectOnHandler() [all …]
|
D | IMediaBrowserService.aidl | 15 void connect(String pkg, in Bundle rootHints, IMediaBrowserServiceCallbacks callbacks); in connect() argument
|
/frameworks/base/media/java/android/media/browse/ |
D | MediaBrowser.java | 126 ConnectionCallback callback, Bundle rootHints) { in MediaBrowser() argument 139 mRootHints = rootHints == null ? null : new Bundle(rootHints); in MediaBrowser()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 48856 Landroid/service/media/MediaBrowserService$ConnectionRecord;->rootHints:Landroid/os/Bundle;
|