HomeSort by relevance Sort by last modified time
    Searched refs:isActionEnabled (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/tests/unit/src/com/android/tv/
TimeShiftManagerTest.java 88 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_PLAY));
90 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_PAUSE));
92 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND));
94 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_FAST_FORWARD));
96 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS));
98 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_NEXT));
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRowView.java 284 if (mTimeShiftManager.isActionEnabled(
292 if (mTimeShiftManager.isActionEnabled(
300 if (mTimeShiftManager.isActionEnabled(
308 if (mTimeShiftManager.isActionEnabled(
452 mPlayPauseButton.setEnabled(mTimeShiftManager.isActionEnabled(
456 mPlayPauseButton.setEnabled(mTimeShiftManager.isActionEnabled(
459 mJumpPreviousButton.setEnabled(mTimeShiftManager.isActionEnabled(
461 mRewindButton.setEnabled(mTimeShiftManager.isActionEnabled(
463 mFastForwardButton.setEnabled(mTimeShiftManager.isActionEnabled(
465 mJumpNextButton.setEnabled(mTimeShiftManager.isActionEnabled(
    [all...]
  /packages/apps/TV/src/com/android/tv/
TimeShiftManager.java 240 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_PLAY)) {
255 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_PAUSE)) {
281 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND)) {
298 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_FAST_FORWARD)) {
317 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS)) {
342 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_NEXT)) {
418 public boolean isActionEnabled(@TimeShiftActionId int actionId) {
427 long threshold = isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND)
434 threshold = isActionEnabled(TIME_SHIFT_ACTION_ID_FAST_FORWARD)
    [all...]

Completed in 770 milliseconds