Home
last modified time | relevance | path

Searched refs:updatePlaybackState (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DSessionManager.java128 updatePlaybackState(); in add()
185 updatePlaybackState(); in pause()
193 updatePlaybackState(); in resume()
268 updatePlaybackState(); in unsuspend()
324 private void updatePlaybackState() { in updatePlaybackState() method in SessionManager
373 updatePlaybackState(); in removeItem()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMusicService.java175 updatePlaybackState(null); in onCreate()
250 updatePlaybackState(getString(R.string.error_no_metadata)); in onLoadChildren()
448 updatePlaybackState(null); in onCustomAction()
529 updatePlaybackState(withError); in handleStopRequest()
539 updatePlaybackState(getResources().getString(R.string.error_no_metadata)); in updateMetadata()
604 private void updatePlaybackState(String error) { in updatePlaybackState() method in MusicService
708 updatePlaybackState(null); in onPlaybackStatusChanged()
713 updatePlaybackState(error); in onError()