Home
last modified time | relevance | path

Searched refs:pickBestMatches (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java214 matcher.pickBestMatches()); in findRawContactMatchingCandidates()
227 List<MatchScore> newMatches = rMatcher.pickBestMatches(); in findRawContactMatchingCandidates()
478 mMatcher.pickBestMatches(SCORE_THRESHOLD_PRIMARY); in updateAggregationAfterVisibilityChange()
487 mMatcher.pickBestMatches(SCORE_THRESHOLD_SECONDARY); in updateAggregationAfterVisibilityChange()
847 return matcher.pickBestMatches(SCORE_THRESHOLD_SUGGEST); in findMatchingContacts()
DContactAggregator.java493 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_PRIMARY); in updateAggregationAfterVisibilityChange()
502 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_SECONDARY); in updateAggregationAfterVisibilityChange()
934 return matcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_SUGGEST); in findMatchingContacts()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DRawContactMatcher.java309 public List<MatchScore> pickBestMatches() { in pickBestMatches() method in RawContactMatcher
334 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches() method in RawContactMatcher
DContactMatcher.java347 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches() method in ContactMatcher