Searched refs:TIME_SHIFT_ACTION_ID_PAUSE (Results 1 – 4 of 4) sorted by relevance
22 import static com.android.tv.TimeShiftManager.TIME_SHIFT_ACTION_ID_PAUSE;52 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PAUSE, false); in testDisableActions()70 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PAUSE, true); in testEnableActions()84 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PAUSE, enabled); in enableAllActions()102 .that(mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_PAUSE)) in assertActionState()
95 TIME_SHIFT_ACTION_ID_PAUSE,104 public static final int TIME_SHIFT_ACTION_ID_PAUSE = 1 << 1; field in TimeShiftManager167 | TIME_SHIFT_ACTION_ID_PAUSE252 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_PAUSE)) { in pause()255 mLastActionId = TIME_SHIFT_ACTION_ID_PAUSE; in pause()419 enableAction(TIME_SHIFT_ACTION_ID_PAUSE, true); in updateActions()441 enableAction(TIME_SHIFT_ACTION_ID_PAUSE, false); in updateActions()775 mTracker.sendTimeShiftAction(TIME_SHIFT_ACTION_ID_PAUSE); in togglePlayPause()
619 case TimeShiftManager.TIME_SHIFT_ACTION_ID_PAUSE: in onCreate()
603 mTimeShiftManager.isActionEnabled(TimeShiftManager.TIME_SHIFT_ACTION_ID_PAUSE)); in updateButtons()