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;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()
96 TIME_SHIFT_ACTION_ID_REWIND,105 public static final int TIME_SHIFT_ACTION_ID_REWIND = 1 << 2; field in TimeShiftManager168 | TIME_SHIFT_ACTION_ID_REWIND278 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()
611 case TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND: in onCreate()
376 || (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()