Searched refs:setPlaybackState (Results 1 – 6 of 6) sorted by relevance
104 mMediaSession.setPlaybackState(INIT_PLAYBACK_STATE); in initMediaSession()140 mMediaSession.setPlaybackState(pbState); in publishState()
261 .setPlaybackState(RemoteControlClient.PLAYSTATE_PLAYING); in processPlayRequest()284 .setPlaybackState(RemoteControlClient.PLAYSTATE_PAUSED); in processPauseRequest()315 .setPlaybackState(RemoteControlClient.PLAYSTATE_STOPPED); in processStopRequest()459 mRemoteControlClientCompat.setPlaybackState( in playNextSong()
317 public void setPlaybackState(int state) { in setPlaybackState() method in RemoteControlClientCompat
402 mRemoteControlClient.setPlaybackState(RemoteControlClient.PLAYSTATE_PLAYING); in registerRemoteControlClient()585 mRemoteControlClient.setPlaybackState(mPaused ? RemoteControlClient.PLAYSTATE_PAUSED : in updateButtons()
632 mSession.setPlaybackState(stateBuilder.build()); in updatePlaybackState()