Searched defs:mProgramLoadQueue (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/
H A DTimeShiftManager.java848 private final Queue<Range<Long>> mProgramLoadQueue = new LinkedList<>(); field in class:TimeShiftManager.ProgramManager
862 mProgramLoadQueue.clear();
904 mProgramLoadQueue.add(period);
910 if (mProgramLoadQueue.isEmpty()) {
918 if (mProgramLoadTask.overlaps(mProgramLoadQueue)) {
920 mProgramLoadQueue.add(mProgramLoadTask.getPeriod());
929 Iterator<Range<Long>> i = mProgramLoadQueue.iterator();
948 if (mProgramLoadQueue.isEmpty()) {
952 Range<Long> next = mProgramLoadQueue.poll();
954 Iterator<Range<Long>> i = mProgramLoadQueue
[all...]

Completed in 33 milliseconds