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

  /packages/apps/TV/tests/unit/src/com/android/tv/
TimeShiftManagerTest.java 91 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_PLAY));
93 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_PAUSE));
95 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND));
97 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_FAST_FORWARD));
99 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS));
101 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_NEXT));
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRowView.java 399 if (mTimeShiftManager.isActionEnabled(
407 if (mTimeShiftManager.isActionEnabled(
415 if (mTimeShiftManager.isActionEnabled(
423 if (mTimeShiftManager.isActionEnabled(
563 mPlayPauseButton.setEnabled(mTimeShiftManager.isActionEnabled(
567 mPlayPauseButton.setEnabled(mTimeShiftManager.isActionEnabled(
570 mJumpPreviousButton.setEnabled(mTimeShiftManager.isActionEnabled(
572 mRewindButton.setEnabled(mTimeShiftManager.isActionEnabled(
574 mFastForwardButton.setEnabled(mTimeShiftManager.isActionEnabled(
576 mJumpNextButton.setEnabled(mTimeShiftManager.isActionEnabled(
    [all...]
  /packages/apps/TV/src/com/android/tv/
TimeShiftManager.java 233 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_PLAY)) {
248 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_PAUSE)) {
274 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND)) {
291 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_FAST_FORWARD)) {
310 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS)) {
335 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_JUMP_TO_NEXT)) {
411 public boolean isActionEnabled(@TimeShiftActionId int actionId) {
420 long threshold = isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND)
427 threshold = isActionEnabled(TIME_SHIFT_ACTION_ID_FAST_FORWARD)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 635 if (mSilentSetting.isActionEnabled(DeskClock.this)) {
  /packages/apps/DeskClock/src/com/android/deskclock/data/
DataModel.java 98 public boolean isActionEnabled(Context context) {
    [all...]

Completed in 418 milliseconds