Searched refs:rhsMaxWatchStartTime (Results 1 – 1 of 1) sorted by relevance
591 Long rhsMaxWatchStartTime = mMaxWatchStartTimeMap.get(rhs.getChannelId()); in compare() local592 if (rhsMaxWatchStartTime == null) { in compare()593 rhsMaxWatchStartTime = getMaxWatchStartTime(rhs.getChannelId()); in compare()594 mMaxWatchStartTimeMap.put(rhs.getChannelId(), rhsMaxWatchStartTime); in compare() local596 if (!Objects.equals(lhsMaxWatchStartTime, rhsMaxWatchStartTime)) { in compare()597 return Long.compare(rhsMaxWatchStartTime, lhsMaxWatchStartTime); in compare()