Searched refs:isKeepOut (Results 1 – 3 of 3) sorted by relevance
289 if (score.isKeepOut()) { in prepareSecondaryMatchCandidates()316 if (score.isKeepOut()) { in pickBestMatch()
291 if (score.isKeepOut() || score.getPrimaryScore() > SCORE_THRESHOLD_PRIMARY){ in prepareSecondaryMatchCandidates()313 if (score.isKeepOut()) { in pickBestMatches()
120 public boolean isKeepOut() { in isKeepOut() method in MatchScore