Home
last modified time | relevance | path

Searched refs:START_TIME_THEN_ID_COMPARATOR (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrBrowseFragment.java115 return RecordedProgram.START_TIME_THEN_ID_COMPARATOR
165 return RecordedProgram.START_TIME_THEN_ID_COMPARATOR
483 || 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()
/packages/apps/TV/src/com/android/tv/recommendation/
DRecordedProgramPreviewUpdater.java151 sortedRecordedPrograms, RecordedProgram.START_TIME_THEN_ID_COMPARATOR.reversed()); in generateRecommendationRecordedPrograms()
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java357 public static final Comparator<RecordedProgram> START_TIME_THEN_ID_COMPARATOR = field in RecordedProgram