Searched refs:TIME_SHIFT_ACTION_ID_REWIND (Results 1 – 4 of 4) sorted by relevance
24 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()
92 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 TimeShiftManager159 | TIME_SHIFT_ACTION_ID_REWIND | TIME_SHIFT_ACTION_ID_FAST_FORWARD281 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()
538 case TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND: in onCreate()
228 || (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()