Searched refs:START_TIME_COMPARATOR (Results 1 – 3 of 3) sorted by relevance
47 …public static final Comparator<ScheduledRecording> START_TIME_COMPARATOR = new Comparator<Schedule… field in ScheduledRecording69 int value = START_TIME_COMPARATOR.compare(lhs, rhs);
80 Collections.sort(temp, ScheduledRecording.START_TIME_COMPARATOR); in getNextScheduledStartTimeAfter()
167 Collections.sort(list, ScheduledRecording.START_TIME_COMPARATOR); in getScheduledRecordingsPrograms()