Searched refs:PRIORITY_COMPARATOR (Results 1 – 8 of 8) sorted by relevance
117 Collections.sort(list, ScheduledRecording.PRIORITY_COMPARATOR); in sortByPriority()
68 ScheduledRecording.PRIORITY_COMPARATOR.reversed(),76 ScheduledRecording.PRIORITY_COMPARATOR,
77 mSeriesRecordings.sort(SeriesRecording.PRIORITY_COMPARATOR); in onAttach()
77 public static final Comparator<ScheduledRecording> PRIORITY_COMPARATOR = field in ScheduledRecording88 PRIORITY_COMPARATOR.reversed(),
76 public static final Comparator<SeriesRecording> PRIORITY_COMPARATOR = field in SeriesRecording
61 RecordingTask.PRIORITY_COMPARATOR,
84 public static final Comparator<RecordingTask> PRIORITY_COMPARATOR = field in RecordingTask
715 return SeriesRecording.PRIORITY_COMPARATOR.compare(lhs, rhs); in SeriesAdapter()