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.java1508 return matcher.pickBestMatch(ContactMatcher.MAX_SCORE, true); in pickBestMatchBasedOnExceptions()
1576 return matcher.pickBestMatch(ContactMatcher.SCORE_THRESHOLD_SECONDARY, false); in pickBestMatchBasedOnSecondaryData()
1623 long bestMatch = matcher.pickBestMatch(ContactMatcher.SCORE_THRESHOLD_PRIMARY, false); in updateMatchScoresBasedOnDataMatches()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java399 public long pickBestMatch(int threshold, boolean allowMultipleMatches) { in pickBestMatch() method in ContactMatcher