Searched refs:PLAY_STATUS_PAUSED (Results 1 – 5 of 5) sorted by relevance
66 @IntDef({PLAY_STATUS_PAUSED, PLAY_STATUS_PLAYING})68 public static final int PLAY_STATUS_PAUSED = 0; field in TimeShiftManager491 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()
245 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()
120 public static final int PLAY_STATUS_PAUSED = 0x02; field in AvrcpControllerConstants
144 case AvrcpControllerConstants.PLAY_STATUS_PAUSED: in mapBtPlayStatustoPlayBackState()
450 if (mTimeShiftManager.getPlayStatus() == TimeShiftManager.PLAY_STATUS_PAUSED) { in updateButtons()