Searched refs:pickBestMatches (Results 1 – 4 of 4) sorted by relevance
214 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()
493 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()
309 public List<MatchScore> pickBestMatches() { in pickBestMatches() method in RawContactMatcher334 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches() method in RawContactMatcher
347 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches() method in ContactMatcher