HomeSort by relevance Sort by last modified time
    Searched refs:pickBestMatches (Results 1 - 4 of 4) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
RawContactMatcher.java 309 public List<MatchScore> pickBestMatches() {
334 public List<MatchScore> pickBestMatches(int threshold) {
ContactMatcher.java 347 public List<MatchScore> pickBestMatches(int threshold) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 214 matcher.pickBestMatches());
227 List<MatchScore> newMatches = rMatcher.pickBestMatches();
478 mMatcher.pickBestMatches(SCORE_THRESHOLD_PRIMARY);
487 mMatcher.pickBestMatches(SCORE_THRESHOLD_SECONDARY);
    [all...]
ContactAggregator.java 493 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_PRIMARY);
502 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_SECONDARY);
    [all...]

Completed in 101 milliseconds