Searched refs:ContactMatcher (Results 1 – 4 of 4) sorted by relevance
41 import com.android.providers.contacts.aggregation.util.ContactMatcher;62 private final ContactMatcher mMatcher = new ContactMatcher();95 final ContactMatcher matcher = new ContactMatcher(); in aggregateContact()491 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_PRIMARY); in updateAggregationAfterVisibilityChange()500 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_SECONDARY); in updateAggregationAfterVisibilityChange()549 ContactMatcher matcher) { in pickBestMatchBasedOnExceptions()612 MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnData()616 if (bestMatch == ContactMatcher.MULTIPLE_MATCHES) { in pickBestMatchBasedOnData()622 if (bestMatch == ContactMatcher.MULTIPLE_MATCHES) { in pickBestMatchBasedOnData()637 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnSecondaryData()[all …]
43 import com.android.providers.contacts.aggregation.util.ContactMatcher;1116 MatchCandidateList candidates, ContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches()1135 ContactMatcher.MATCHING_ALGORITHM_EXACT); in updateMatchScoresBasedOnNameMatches()1226 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