Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/search/
H A DTvProviderSearch.java588 lhsMaxWatchStartTime = getMaxWatchStartTime(lhs.getChannelId()); in compare()
593 rhsMaxWatchStartTime = getMaxWatchStartTime(rhs.getChannelId()); in compare()
603 private long getMaxWatchStartTime(long channelId) { in getMaxWatchStartTime() method in TvProviderSearch.ChannelComparatorWithSameDisplayNumber