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

  /packages/apps/TV/tests/unit/src/com/android/tv/
TimeShiftManagerTest.java 23 import static com.android.tv.TimeShiftManager.TIME_SHIFT_ACTION_ID_PLAY;
47 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PLAY, false);
65 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PLAY, true);
80 mTimeShiftManager.enableAction(TIME_SHIFT_ACTION_ID_PLAY, enabled);
91 mTimeShiftManager.isActionEnabled(TIME_SHIFT_ACTION_ID_PLAY));
  /packages/apps/TV/src/com/android/tv/
TimeShiftManager.java 88 @IntDef(flag = true, value = {TIME_SHIFT_ACTION_ID_PLAY, TIME_SHIFT_ACTION_ID_PAUSE,
92 public static final int TIME_SHIFT_ACTION_ID_PLAY = 1;
158 private int mEnabledActionIds = TIME_SHIFT_ACTION_ID_PLAY | TIME_SHIFT_ACTION_ID_PAUSE
233 if (!isActionEnabled(TIME_SHIFT_ACTION_ID_PLAY)) {
236 mTracker.sendTimeShiftAction(TIME_SHIFT_ACTION_ID_PLAY);
237 mLastActionId = TIME_SHIFT_ACTION_ID_PLAY;
417 enableAction(TIME_SHIFT_ACTION_ID_PLAY, true);
434 enableAction(TIME_SHIFT_ACTION_ID_PLAY, false);
439 enableAction(TIME_SHIFT_ACTION_ID_PLAY, false);
747 mTracker.sendTimeShiftAction(TIME_SHIFT_ACTION_ID_PLAY);
    [all...]
MainActivity.java 530 case TimeShiftManager.TIME_SHIFT_ACTION_ID_PLAY:
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRowView.java 564 TimeShiftManager.TIME_SHIFT_ACTION_ID_PLAY));

Completed in 614 milliseconds