Searched refs:TIME_SHIFT_ACTION_ID_FAST_FORWARD (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.tv.TimeShiftManager.TIME_SHIFT_ACTION_ID_FAST_FORWARD;51 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_FAST_FORWARD, false); in testDisableActions()68 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_FAST_FORWARD, true); in testEnableActions()80 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_FAST_FORWARD, enabled); in enableAllActions()94 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_FAST_FORWARD)); in assertActionState()
92 TIME_SHIFT_ACTION_ID_REWIND, TIME_SHIFT_ACTION_ID_FAST_FORWARD,98 public static final int TIME_SHIFT_ACTION_ID_FAST_FORWARD = 1 << 3; field in TimeShiftManager159 | TIME_SHIFT_ACTION_ID_REWIND | TIME_SHIFT_ACTION_ID_FAST_FORWARD298 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_FAST_FORWARD)) { in fastForward()301 mLastActionId = TIME_SHIFT_ACTION_ID_FAST_FORWARD; in fastForward()434 threshold = isActionEnabled(TIME_SHIFT_ACTION_ID_FAST_FORWARD) in updateActions()438 enableAction(TIME_SHIFT_ACTION_ID_FAST_FORWARD, enabled); in updateActions()445 enableAction(TIME_SHIFT_ACTION_ID_FAST_FORWARD, false); in updateActions()
539 case TimeShiftManager.TIME_SHIFT_ACTION_ID_FAST_FORWARD: in onCreate()
230 || (actionId == TimeShiftManager.TIME_SHIFT_ACTION_ID_FAST_FORWARD in onBind()301 TimeShiftManager.TIME_SHIFT_ACTION_ID_FAST_FORWARD)) { in initialize()464 TimeShiftManager.TIME_SHIFT_ACTION_ID_FAST_FORWARD)); in updateButtons()