Searched refs:currentScore (Results 1 – 2 of 2) sorted by relevance
611 int currentScore = mPhonesSignalStatus[preferredPhoneId].getRatSignalScore();615 if ((candidateScore - currentScore) > mScoreTolerance617 || (candidateScore >= currentScore && phoneId == ddsPhoneId)) {750 int currentScore = mPhonesSignalStatus[preferredPhoneId]752 if (defaultScore >= currentScore) {756 .append(currentScore);786 int currentScore = mPhonesSignalStatus[preferredPhoneId].getRatSignalScore();787 if (defaultScore >= currentScore) {791 .append(currentScore);
3639 final Float currentScore = scoresByField.get(categoryId); in handleLogFieldClassificationScore() local3640 if (currentScore != null && currentScore > score) { in handleLogFieldClassificationScore()3643 + " because it's less than " + currentScore); in handleLogFieldClassificationScore()