Searched refs:rhsUsageScore (Results 1 – 1 of 1) sorted by relevance
426 Float rhsUsageScore = mRouteUsageScoreMap.get(rhs.getId()); in compare() local427 if (rhsUsageScore == null) { in compare()428 rhsUsageScore = 0f; in compare()430 if (!lhsUsageScore.equals(rhsUsageScore)) { in compare()431 return lhsUsageScore > rhsUsageScore ? -1 : 1; in compare()