Home
last modified time | relevance | path

Searched refs:TIME_SHIFT_ACTION_ID_PLAY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/tests/unit/src/com/android/tv/
DTimeShiftManagerTest.java23 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()
/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java94 TIME_SHIFT_ACTION_ID_PLAY,
103 public static final int TIME_SHIFT_ACTION_ID_PLAY = 1; field in TimeShiftManager
166 TIME_SHIFT_ACTION_ID_PLAY
237 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()
DMainActivity.java625 case TimeShiftManager.TIME_SHIFT_ACTION_ID_PLAY: in onCreate()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java599 mTimeShiftManager.isActionEnabled(TimeShiftManager.TIME_SHIFT_ACTION_ID_PLAY)); in updateButtons()