Home
last modified time | relevance | path

Searched refs:PLAY_STATUS_PAUSED (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java66 @IntDef({PLAY_STATUS_PAUSED, PLAY_STATUS_PLAYING})
68 public static final int PLAY_STATUS_PAUSED = 0; field in TimeShiftManager
491 return mPlayController.mAvailable && mPlayController.mPlayStatus == PLAY_STATUS_PAUSED; in isPaused()
601 @PlayStatus private int mPlayStatus = PLAY_STATUS_PAUSED;
642 if (mPlayStatus == PLAY_STATUS_PAUSED && in PlayController()
686 mPlayController.setPlayStatus(PLAY_STATUS_PAUSED); in onAvailabilityChanged()
743 setPlayStatus(PLAY_STATUS_PAUSED); in pause()
748 if (mPlayStatus == PLAY_STATUS_PAUSED) { in togglePlayPause()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerService.java245 AvrcpControllerConstants.PLAY_STATUS_PAUSED) || in sendPassThroughCmd()
263 AvrcpControllerConstants.PLAY_STATUS_PAUSED)|| in sendPassThroughCmd()
277 AvrcpControllerConstants.PLAY_STATUS_PAUSED); in sendPassThroughCmd()
554 ((byte) AvrcpControllerConstants.PLAY_STATUS_PAUSED, in handleMessage()
707 } else if (status == AvrcpControllerConstants.PLAY_STATUS_PAUSED || in handleMessage()
DAvrcpControllerConstants.java120 public static final int PLAY_STATUS_PAUSED = 0x02; field in AvrcpControllerConstants
DAvrcpControllerClasses.java144 case AvrcpControllerConstants.PLAY_STATUS_PAUSED: in mapBtPlayStatustoPlayBackState()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java450 if (mTimeShiftManager.getPlayStatus() == TimeShiftManager.PLAY_STATUS_PAUSED) { in updateButtons()