Searched refs:EPISODE_COMPARATOR (Results 1 – 4 of 4) sorted by relevance
114 Collections.sort(programs, RecordedProgram.EPISODE_COMPARATOR); in updateWatchAction()346 selector, BaseProgram.EPISODE_COMPARATOR::compare, seasonNumber));
21 Comparator<BaseProgram> EPISODE_COMPARATOR = new EpisodeComparator(false); field
91 Collections.sort(mRecordings, RecordedProgram.EPISODE_COMPARATOR); in onAttach()
547 super(new SinglePresenterSelector(presenter), BaseProgram.EPISODE_COMPARATOR); in RelatedRecordingsAdapter()