Searched defs:rootHints (Results 1 – 5 of 5) sorted by relevance
81 Bundle rootHints = new Bundle(); in findRecentMedia() local213 Bundle rootHints = new Bundle(); in restart() local293 Bundle rootHints = new Bundle(); in testConnection() local
46 MediaBrowser.ConnectionCallback callback, Bundle rootHints) { in create()
15 void connect(String pkg, in Bundle rootHints, IMediaBrowserServiceCallbacks callbacks); in connect()
119 Bundle rootHints; field in MediaBrowserService.ConnectionRecord204 public void connect(final String pkg, final Bundle rootHints, in connect()391 int clientUid, @Nullable Bundle rootHints); in onGetRoot()
126 ConnectionCallback callback, Bundle rootHints) { in MediaBrowser()