Searched refs:newBrowsingState (Results 1 – 3 of 3) sorted by relevance
205 private void onMediaBrowsingStateChanged(BrowsingState newBrowsingState) { in onMediaBrowsingStateChanged() argument206 switch (newBrowsingState.mConnectionStatus) { in onMediaBrowsingStateChanged()210 MediaBrowserCompat browser = newBrowsingState.mBrowser; in onMediaBrowsingStateChanged()225 mViewModel.saveBrowsedMediaSource(newBrowsingState.mMediaSource); in onMediaBrowsingStateChanged()
247 void onMediaBrowsingStateChanged(MediaBrowserConnector.BrowsingState newBrowsingState) { in onMediaBrowsingStateChanged() argument248 if (Objects.equals(mBrowsingState, newBrowsingState)) { in onMediaBrowsingStateChanged()256 switch (newBrowsingState.mConnectionStatus) { in onMediaBrowsingStateChanged()268 mBrowsingState = newBrowsingState; in onMediaBrowsingStateChanged()
185 private void onMediaBrowsingStateChanged(BrowsingState newBrowsingState) { in onMediaBrowsingStateChanged() argument186 mBrowsingState = newBrowsingState; in onMediaBrowsingStateChanged()