Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/
DTimeShiftManagerTest.java24 import static com.android.tv.TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND;
54 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_REWIND, false); in testDisableActions()
72 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_REWIND, true); in testEnableActions()
85 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_REWIND, enabled); in enableAllActions()
105 .that(mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND)) in assertActionState()
/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java96 TIME_SHIFT_ACTION_ID_REWIND,
105 public static final int TIME_SHIFT_ACTION_ID_REWIND = 1 << 2; field in TimeShiftManager
168 | TIME_SHIFT_ACTION_ID_REWIND
278 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND)) { in rewind()
281 mLastActionId = TIME_SHIFT_ACTION_ID_REWIND; in rewind()
422 isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND) in updateActions()
428 enableAction(TIME_SHIFT_ACTION_ID_REWIND, enabled); in updateActions()
442 enableAction(TIME_SHIFT_ACTION_ID_REWIND, false); in updateActions()
DMainActivity.java611 case TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND: in onCreate()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java376 || (actionId == TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND in onBind()
433 TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND)) { in initialize()
609 mTimeShiftManager.isActionEnabled(TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND)); in updateButtons()