Home
last modified time | relevance | path

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

/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DSessionManager.java124 updatePlaybackState(); in add()
185 updatePlaybackState(); in pause()
197 updatePlaybackState(); in resume()
276 updatePlaybackState(); in unsuspend()
332 private void updatePlaybackState() { in updatePlaybackState() method in SessionManager
381 updatePlaybackState(); in removeItem()
/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.java232 updatePlaybackState(null); in onCreate()
288 updatePlaybackState(getString(R.string.error_no_metadata)); in onLoadChildren()
486 updatePlaybackState(null); in onCustomAction()
653 updatePlaybackState(null); in handlePauseRequest()
666 updatePlaybackState(withError); in handleStopRequest()
737 updatePlaybackState(null); in configMediaPlayerState()
805 updatePlaybackState(null); in playCurrentSong()
810 updatePlaybackState(ex.getMessage()); in playCurrentSong()
820 updatePlaybackState(getResources().getString(R.string.error_no_metadata)); in updateMetadata()
842 private void updatePlaybackState(String error) { in updatePlaybackState() method in MusicService