Searched refs:ContactMatcher (Results 1 – 4 of 4) sorted by relevance
62 private final ContactMatcher mMatcher = new ContactMatcher();97 final ContactMatcher matcher = new ContactMatcher(); in aggregateContact()551 ContactMatcher matcher) { in pickBestMatchBasedOnExceptions()641 ContactMatcher.SCORE_THRESHOLD_PRIMARY); in pickBestMatchBasedOnSecondaryData()671 ContactMatcher matcher) { in updateMatchScoresBasedOnDataMatches()714 ContactMatcher matcher) { in updateMatchScoresBasedOnIdentityMatch()761 ContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches()785 ContactMatcher matcher) { in updateMatchScoresBasedOnEmailMatches()802 ContactMatcher matcher) { in updateMatchScoresBasedOnPhoneMatches()837 ContactMatcher matcher) { in lookupApproximateNameMatches()[all …]
43 import com.android.providers.contacts.aggregation.util.ContactMatcher;1125 MatchCandidateList candidates, ContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches()1144 ContactMatcher.MATCHING_ALGORITHM_EXACT); in updateMatchScoresBasedOnNameMatches()1235 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
27 final ContactMatcher matcher = new ContactMatcher(); in testMatchName_invalidHexDecimal()32 ContactMatcher.MATCHING_ALGORITHM_CONSERVATIVE); in testMatchName_invalidHexDecimal()
31 public class ContactMatcher { class