Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/
DTimeShiftManagerTest.java22 import static com.android.tv.TimeShiftManager.TIME_SHIFT_ACTION_ID_PAUSE;
52 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PAUSE, false); in testDisableActions()
70 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PAUSE, true); in testEnableActions()
84 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PAUSE, enabled); in enableAllActions()
102 .that(mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_PAUSE)) in assertActionState()
/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java95 TIME_SHIFT_ACTION_ID_PAUSE,
104 public static final int TIME_SHIFT_ACTION_ID_PAUSE = 1 << 1; field in TimeShiftManager
167 | TIME_SHIFT_ACTION_ID_PAUSE
252 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_PAUSE)) { in pause()
255 mLastActionId = TIME_SHIFT_ACTION_ID_PAUSE; in pause()
419 enableAction(TIME_SHIFT_ACTION_ID_PAUSE, true); in updateActions()
441 enableAction(TIME_SHIFT_ACTION_ID_PAUSE, false); in updateActions()
775 mTracker.sendTimeShiftAction(TIME_SHIFT_ACTION_ID_PAUSE); in togglePlayPause()
DMainActivity.java619 case TimeShiftManager.TIME_SHIFT_ACTION_ID_PAUSE: in onCreate()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java603 mTimeShiftManager.isActionEnabled(TimeShiftManager.TIME_SHIFT_ACTION_ID_PAUSE)); in updateButtons()