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;
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()
/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java98 TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS,
107 public static final int TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS = 1 << 4; field in TimeShiftManager
170 | TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS
313 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()
DMainActivity.java613 case TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS: in onCreate()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java374 … .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()