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

  /packages/apps/TV/tests/unit/src/com/android/tv/
TimeShiftManagerTest.java 30 private TimeShiftManager mTimeShiftManager;
39 mTimeShiftManager = mActivity.getTimeShiftManager();
45 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PLAY, false);
47 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PAUSE, false);
49 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_REWIND, false);
51 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_FAST_FORWARD, false);
53 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS, false);
55 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_JUMP_TO_NEXT, false);
62 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PLAY, true);
64 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PAUSE, true)
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRow.java 29 private final TimeShiftManager mTimeShiftManager;
35 mTimeShiftManager = timeShiftManager;
59 return mTimeShiftManager;
69 return mTimeShiftManager.isAvailable();