Home
last modified time | relevance | path

Searched refs:isKeepOut (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java289 if (score.isKeepOut()) { in prepareSecondaryMatchCandidates()
316 if (score.isKeepOut()) { in pickBestMatch()
DRawContactMatcher.java291 if (score.isKeepOut() || score.getPrimaryScore() > SCORE_THRESHOLD_PRIMARY){ in prepareSecondaryMatchCandidates()
313 if (score.isKeepOut()) { in pickBestMatches()
DMatchScore.java120 public boolean isKeepOut() { in isKeepOut() method in MatchScore