Searched refs:rootHints (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java95 Bundle rootHints; field in class:MediaBrowserService.ConnectionRecord
164 public void connect(final String pkg, final Bundle rootHints, argument
183 connection.rootHints = rootHints;
186 connection.root = MediaBrowserService.this.onGetRoot(pkg, uid, rootHints);
320 * @param rootHints An optional bundle of service-specific arguments to send
327 int clientUid, @Nullable Bundle rootHints);
326 onGetRoot(@onNull String clientPackageName, int clientUid, @Nullable Bundle rootHints) argument
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
H A DBrowserListFragment.java82 final Bundle rootHints = new Bundle();
83 rootHints.putBoolean(HINT_DISPLAY, true);
85 mBrowser = new MediaBrowser(getActivity(), mComponent, mConnectionCallbacks, rootHints);
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
H A DBrowserService.java120 public BrowserRoot onGetRoot(String clientPackageName, int clientUid, Bundle rootHints) { argument
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java88 * @param rootHints An optional bundle of service-specific arguments to send
94 ConnectionCallback callback, Bundle rootHints) {
107 mRootHints = rootHints;
93 MediaBrowser(Context context, ComponentName serviceComponent, ConnectionCallback callback, Bundle rootHints) argument

Completed in 278 milliseconds