Home
last modified time | relevance | path

Searched refs:EPISODE_COMPARATOR (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/
DSeriesRecordingDetailsFragment.java120 Collections.sort(programs, RecordedProgram.EPISODE_COMPARATOR); in updateWatchAction()
354 return BaseProgram.EPISODE_COMPARATOR.compare(lhs, rhs);
DSeriesDeletionFragment.java85 Collections.sort(mRecordings, RecordedProgram.EPISODE_COMPARATOR); in onAttach()
DDvrPlaybackOverlayFragment.java296 super(new SinglePresenterSelector(presenter), BaseProgram.EPISODE_COMPARATOR); in RelatedRecordingsAdapter()
/packages/apps/TV/src/com/android/tv/data/
DBaseProgram.java33 public static final Comparator<BaseProgram> EPISODE_COMPARATOR = field in BaseProgram