Searched refs:TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS (Results 1 – 4 of 4) sorted by relevance
21 import static com.android.tv.TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS;58 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, false); in testDisableActions()76 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, true); in testEnableActions()87 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, enabled); in enableAllActions()111 .that(mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS)) in assertActionState()
98 TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS,107 public static final int TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS = 1 << 4; field in TimeShiftManager170 | TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS313 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS)) { in jumpToPrevious()324 mLastActionId = TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS; in jumpToPrevious()429 enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, enabled); in updateActions()443 enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, false); in updateActions()
613 case TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS: in onCreate()
374 … .TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS in onBind()425 TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS)) { in initialize()607 TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS)); in updateButtons()