Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/service/media/
DMediaBrowserService.java118 Bundle rootHints; field in MediaBrowserService.ConnectionRecord
203 public void connect(final String pkg, final Bundle rootHints, in connect() argument
225 connection.rootHints = rootHints; in connect()
229 connection.root = MediaBrowserService.this.onGetRoot(pkg, uid, rootHints); in connect()
390 int clientUid, @Nullable Bundle rootHints); in onGetRoot() argument
530 return mCurConnection.rootHints == null ? null : new Bundle(mCurConnection.rootHints); in getBrowserRootHints()
DIMediaBrowserService.aidl15 void connect(String pkg, in Bundle rootHints, IMediaBrowserServiceCallbacks callbacks); in connect() argument
/frameworks/base/media/java/android/media/browse/
DMediaBrowser.java127 ConnectionCallback callback, Bundle rootHints) { in MediaBrowser() argument
140 mRootHints = rootHints == null ? null : new Bundle(rootHints); in MediaBrowser()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63411 Landroid/service/media/MediaBrowserService$ConnectionRecord;->rootHints:Landroid/os/Bundle;