Home | History | Annotate | Download | only in ui

Lines Matching refs:timeShiftManager

46 import com.android.tv.TimeShiftManager;
760 TimeShiftManager timeShiftManager = mMainActivity.getTimeShiftManager();
761 if (!timeShiftManager.isAvailable()) {
766 timeShiftManager.play();
770 timeShiftManager.pause();
774 timeShiftManager.togglePlayPause();
778 timeShiftManager.rewind();
782 timeShiftManager.fastForward();
786 timeShiftManager.jumpToPrevious();
790 timeShiftManager.jumpToNext();
829 TimeShiftManager timeShiftManager = mMainActivity.getTimeShiftManager();
830 if (timeShiftManager.isPaused()) {
831 timeShiftManager.play();