Searched refs:pickBestMatches (Results 1 – 4 of 4) sorted by relevance
307 public List<MatchScore> pickBestMatches() { in pickBestMatches() method in RawContactMatcher332 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches() method in RawContactMatcher
345 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches() method in ContactMatcher
212 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()
491 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()