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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
ContactMatcherTest.java 27 final ContactMatcher matcher = new ContactMatcher();
32 ContactMatcher.MATCHING_ALGORITHM_CONSERVATIVE);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 40 import com.android.providers.contacts.aggregation.util.ContactMatcher;
62 private final ContactMatcher mMatcher = new ContactMatcher();
97 final ContactMatcher matcher = new ContactMatcher();
493 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_PRIMARY);
502 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_SECONDARY);
551 ContactMatcher matcher) {
614 MatchCandidateList candidates, ContactMatcher matcher) {
618 if (bestMatch == ContactMatcher.MULTIPLE_MATCHES)
    [all...]
AbstractContactAggregator.java 43 import com.android.providers.contacts.aggregation.util.ContactMatcher;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 31 public class ContactMatcher {
32 private static final String TAG = "ContactMatcher";

Completed in 142 milliseconds