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/util/
DRawContactMatcher.java307 public List<MatchScore> pickBestMatches() { in pickBestMatches() method in RawContactMatcher
332 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches() method in RawContactMatcher
DContactMatcher.java345 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches() method in ContactMatcher
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java212 matcher.pickBestMatches()); in findRawContactMatchingCandidates()
225 List<MatchScore> newMatches = rMatcher.pickBestMatches(); in findRawContactMatchingCandidates()
476 mMatcher.pickBestMatches(SCORE_THRESHOLD_PRIMARY); in updateAggregationAfterVisibilityChange()
485 mMatcher.pickBestMatches(SCORE_THRESHOLD_SECONDARY); in updateAggregationAfterVisibilityChange()
845 return matcher.pickBestMatches(SCORE_THRESHOLD_SUGGEST); in findMatchingContacts()
DContactAggregator.java491 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_PRIMARY); in updateAggregationAfterVisibilityChange()
500 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_SECONDARY); in updateAggregationAfterVisibilityChange()
932 return matcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_SUGGEST); in findMatchingContacts()