Searched refs:rootHints (Results 1 – 4 of 4) sorted by relevance
118 Bundle rootHints; field in MediaBrowserService.ConnectionRecord203 public void connect(final String pkg, final Bundle rootHints, in connect() argument225 connection.rootHints = rootHints; in connect()229 connection.root = MediaBrowserService.this.onGetRoot(pkg, uid, rootHints); in connect()390 int clientUid, @Nullable Bundle rootHints); in onGetRoot() argument530 return mCurConnection.rootHints == null ? null : new Bundle(mCurConnection.rootHints); in getBrowserRootHints()
15 void connect(String pkg, in Bundle rootHints, IMediaBrowserServiceCallbacks callbacks); in connect() argument
127 ConnectionCallback callback, Bundle rootHints) { in MediaBrowser() argument140 mRootHints = rootHints == null ? null : new Bundle(rootHints); in MediaBrowser()
63411 Landroid/service/media/MediaBrowserService$ConnectionRecord;->rootHints:Landroid/os/Bundle;