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;
49 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_REWIND, false); in testDisableActions()
66 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_REWIND, true); in testEnableActions()
79 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_REWIND, enabled); in enableAllActions()
92 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND)); in assertActionState()
/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java92 TIME_SHIFT_ACTION_ID_REWIND, TIME_SHIFT_ACTION_ID_FAST_FORWARD,
97 public static final int TIME_SHIFT_ACTION_ID_REWIND = 1 << 2; field in TimeShiftManager
159 | TIME_SHIFT_ACTION_ID_REWIND | TIME_SHIFT_ACTION_ID_FAST_FORWARD
281 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND)) { in rewind()
284 mLastActionId = TIME_SHIFT_ACTION_ID_REWIND; in rewind()
427 long threshold = isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND) in updateActions()
431 enableAction(TIME_SHIFT_ACTION_ID_REWIND, enabled); in updateActions()
443 enableAction(TIME_SHIFT_ACTION_ID_REWIND, false); in updateActions()
DMainActivity.java538 case TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND: in onCreate()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java228 || (actionId == TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND in onBind()
293 TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND)) { in initialize()
462 TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND)); in updateButtons()