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();97 final ContactMatcher matcher = new ContactMatcher(); in aggregateContact()493 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_PRIMARY); in updateAggregationAfterVisibilityChange()502 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_SECONDARY); in updateAggregationAfterVisibilityChange()551 ContactMatcher matcher) { in pickBestMatchBasedOnExceptions()614 MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnData()618 if (bestMatch == ContactMatcher.MULTIPLE_MATCHES) { in pickBestMatchBasedOnData()624 if (bestMatch == ContactMatcher.MULTIPLE_MATCHES) { in pickBestMatchBasedOnData()639 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnSecondaryData()[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