Searched refs:mMaxWatchStartTimeMap (Results 1 – 1 of 1) sorted by relevance
581 private final Map<Long, Long> mMaxWatchStartTimeMap = new HashMap<>(); field in TvProviderSearch.ChannelComparatorWithSameDisplayNumber586 Long lhsMaxWatchStartTime = mMaxWatchStartTimeMap.get(lhs.getChannelId()); in compare()589 mMaxWatchStartTimeMap.put(lhs.getChannelId(), lhsMaxWatchStartTime); in compare()591 Long rhsMaxWatchStartTime = mMaxWatchStartTimeMap.get(rhs.getChannelId()); in compare()594 mMaxWatchStartTimeMap.put(rhs.getChannelId(), rhsMaxWatchStartTime); in compare()