Home
last modified time | relevance | path

Searched refs:MatchCandidateList (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java81 MatchCandidateList candidates) { in aggregateContact()
614 MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnData()
639 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnSecondaryData()
822 private void lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, in lookupApproximateNameMatches()
865 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
897 MatchCandidateList candidates = new MatchCandidateList(); in findMatchingContacts()
927 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { in updateMatchScoresForSuggestionsBasedOnDataMatches()
938 MatchCandidateList candidates, ContactMatcher matcher, in updateMatchScoresForSuggestionsBasedOnDataMatches()
DContactAggregator2.java93 MatchCandidateList candidates) { in aggregateContact()
211 rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) { in findRawContactMatchingCandidates()
225 updateMatchScores(db, rId, new MatchCandidateList(), in findRawContactMatchingCandidates()
635 MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches()
692 private void lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, in lookupApproximateNameMatches()
739 MatchCandidateList candidates, RawContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
810 MatchCandidateList candidates = new MatchCandidateList(); in findMatchingContacts()
842 long rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScoresForSuggestionsBasedOnDataMatches()
856 MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScores()
874 MatchCandidateList candidates, RawContactMatcher matcher, in updateMatchScoresForSuggestionsBasedOnDataMatches()
DAbstractContactAggregator.java184 protected MatchCandidateList mCandidates = new MatchCandidateList();
219 protected static class MatchCandidateList { class in AbstractContactAggregator
676 MatchCandidateList candidates = new MatchCandidateList(); in aggregateContact()
733 MatchCandidateList candidates); in aggregateContact()
999 MatchCandidateList candidates, boolean structuredNameBased) { in loadNameMatchCandidates()
1071 private final MatchCandidateList mNameLookupCandidates;
1077 public NameLookupSelectionBuilder(NameSplitter splitter, MatchCandidateList candidates) { in NameLookupSelectionBuilder()
1119 MatchCandidateList candidates, ContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches()
1223 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()