Searched defs:rootHints (Results 1 - 3 of 3) sorted by relevance

/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/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/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 65 milliseconds