Searched refs:TIME_SHIFT_ACTION_ID_PLAY (Results 1 – 4 of 4) sorted by relevance
23 import static com.android.tv.TimeShiftManager.TIME_SHIFT_ACTION_ID_PLAY;50 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PLAY, false); in testDisableActions()68 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PLAY, true); in testEnableActions()83 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PLAY, enabled); in enableAllActions()99 .that(mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_PLAY)) in assertActionState()
94 TIME_SHIFT_ACTION_ID_PLAY,103 public static final int TIME_SHIFT_ACTION_ID_PLAY = 1; field in TimeShiftManager166 TIME_SHIFT_ACTION_ID_PLAY237 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_PLAY)) { in play()240 mTracker.sendTimeShiftAction(TIME_SHIFT_ACTION_ID_PLAY); in play()241 mLastActionId = TIME_SHIFT_ACTION_ID_PLAY; in play()418 enableAction(TIME_SHIFT_ACTION_ID_PLAY, true); in updateActions()440 enableAction(TIME_SHIFT_ACTION_ID_PLAY, false); in updateActions()445 enableAction(TIME_SHIFT_ACTION_ID_PLAY, false); in updateActions()772 mTracker.sendTimeShiftAction(TIME_SHIFT_ACTION_ID_PLAY); in togglePlayPause()
625 case TimeShiftManager.TIME_SHIFT_ACTION_ID_PLAY: in onCreate()
599 mTimeShiftManager.isActionEnabled(TimeShiftManager.TIME_SHIFT_ACTION_ID_PLAY)); in updateButtons()