Home
last modified time | relevance | path

Searched refs:TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/tests/unit/src/com/android/tv/
DTimeShiftManagerTest.java21 import static com.android.tv.TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS;
53 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, false); in testDisableActions()
70 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, true); in testEnableActions()
81 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, enabled); in enableAllActions()
96 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS)); in assertActionState()
/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java93 TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, TIME_SHIFT_ACTION_ID_JUMP_TO_NEXT})
99 public static final int TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS = 1 << 4; field in TimeShiftManager
160 | TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS | TIME_SHIFT_ACTION_ID_JUMP_TO_NEXT;
317 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS)) { in jumpToPrevious()
327 mLastActionId = TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS; in jumpToPrevious()
432 enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, enabled); in updateActions()
444 enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, false); in updateActions()
DMainActivity.java540 case TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS: in onCreate()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java226 ((actionId == TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS in onBind()
285 TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS)) { in initialize()
460 TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS)); in updateButtons()