Searched refs:lhsMaxWatchStartTime (Results 1 – 1 of 1) sorted by relevance
586 Long lhsMaxWatchStartTime = mMaxWatchStartTimeMap.get(lhs.getChannelId()); in compare() local587 if (lhsMaxWatchStartTime == null) { in compare()588 lhsMaxWatchStartTime = getMaxWatchStartTime(lhs.getChannelId()); in compare()589 mMaxWatchStartTimeMap.put(lhs.getChannelId(), lhsMaxWatchStartTime); in compare() local596 if (!Objects.equals(lhsMaxWatchStartTime, rhsMaxWatchStartTime)) { in compare()597 return Long.compare(rhsMaxWatchStartTime, lhsMaxWatchStartTime); in compare()