Home
last modified time | relevance | path

Searched refs:pickBestMatch (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java596 return matcher.pickBestMatch(MatchScore.MAX_SCORE, true); in pickBestMatchBasedOnExceptions()
664 return matcher.pickBestMatch(ContactMatcher.SCORE_THRESHOLD_SECONDARY, false); in pickBestMatchBasedOnSecondaryData()
675 long bestMatch = matcher.pickBestMatch(ContactMatcher.SCORE_THRESHOLD_PRIMARY, false); in updateMatchScoresBasedOnDataMatches()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java311 public long pickBestMatch(int threshold, boolean allowMultipleMatches) { in pickBestMatch() method in ContactMatcher