Searched refs:getSecondaryScore (Results 1 – 3 of 3) sorted by relevance
293 int s = score.getSecondaryScore(); in prepareSecondaryMatchCandidates()326 s = score.getSecondaryScore(); in pickBestMatch()
295 if (score.getSecondaryScore() >= SCORE_THRESHOLD_PRIMARY) { in prepareSecondaryMatchCandidates()324 score.getSecondaryScore() > SCORE_THRESHOLD_SECONDARY)) { in pickBestMatches()
128 public int getSecondaryScore() { in getSecondaryScore() method in MatchScore