Searched refs:START_TIME_THEN_ID_COMPARATOR (Results 1 – 3 of 3) sorted by relevance
115 return RecordedProgram.START_TIME_THEN_ID_COMPARATOR165 return RecordedProgram.START_TIME_THEN_ID_COMPARATOR483 || RecordedProgram.START_TIME_THEN_ID_COMPARATOR.compare( in handleRecordedProgramAdded()528 || RecordedProgram.START_TIME_THEN_ID_COMPARATOR.compare( in handleRecordedProgramChanged()682 || RecordedProgram.START_TIME_THEN_ID_COMPARATOR.compare(latestProgram, program) in updateLatestRecordedProgram()
151 sortedRecordedPrograms, RecordedProgram.START_TIME_THEN_ID_COMPARATOR.reversed()); in generateRecommendationRecordedPrograms()
357 public static final Comparator<RecordedProgram> START_TIME_THEN_ID_COMPARATOR = field in RecordedProgram