Searched refs:PLAY_STATUS_PAUSED (Results 1 – 2 of 2) sorted by relevance
67 @IntDef({PLAY_STATUS_PAUSED, PLAY_STATUS_PLAYING})70 public static final int PLAY_STATUS_PAUSED = 0; field in TimeShiftManager483 return mPlayController.mAvailable && mPlayController.mPlayStatus == PLAY_STATUS_PAUSED; in isPaused()585 @PlayStatus private int mPlayStatus = PLAY_STATUS_PAUSED;666 if (mPlayStatus == PLAY_STATUS_PAUSED in PlayController()705 mPlayController.setPlayStatus(PLAY_STATUS_PAUSED); in onAvailabilityChanged()765 setPlayStatus(PLAY_STATUS_PAUSED); in pause()770 if (mPlayStatus == PLAY_STATUS_PAUSED) { in togglePlayPause()
596 if (mTimeShiftManager.getPlayStatus() == TimeShiftManager.PLAY_STATUS_PAUSED) { in updateButtons()