Searched refs:setPlayStatus (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpPlayer.java67 public void setPlayStatus(int playStatus) { method in class:AvrcpPlayer
H A DAvrcpControllerStateMachine.java442 mAddressedPlayer.setPlayStatus(status);
/packages/apps/TV/src/com/android/tv/
H A DTimeShiftManager.java674 mPlayController.setPlayStatus(PLAY_STATUS_PLAYING);
683 mPlayController.setPlayStatus(PLAY_STATUS_PAUSED);
733 setPlayStatus(PLAY_STATUS_PLAYING);
740 setPlayStatus(PLAY_STATUS_PAUSED);
763 setPlayStatus(PLAY_STATUS_PLAYING);
776 setPlayStatus(PLAY_STATUS_PLAYING);
824 private void setPlayStatus(@PlayStatus int status) { method in class:TimeShiftManager.PlayController
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpHelperClasses.java228 void setPlayStatus(byte playStatus) { method in class:MediaPlayerInfo
H A DAvrcp.java880 player.setPlayStatus(newPlayStatus);

Completed in 96 milliseconds