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()
836 private void lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, in lookupApproximateNameMatches()
879 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
911 MatchCandidateList candidates = new MatchCandidateList(); in findMatchingContacts()
941 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { in updateMatchScoresForSuggestionsBasedOnDataMatches()
952 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()
706 private void lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, in lookupApproximateNameMatches()
753 MatchCandidateList candidates, RawContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
824 MatchCandidateList candidates = new MatchCandidateList(); in findMatchingContacts()
856 long rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScoresForSuggestionsBasedOnDataMatches()
870 MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScores()
888 MatchCandidateList candidates, RawContactMatcher matcher, in updateMatchScoresForSuggestionsBasedOnDataMatches()
DAbstractContactAggregator.java186 protected MatchCandidateList mCandidates = new MatchCandidateList();
221 protected static class MatchCandidateList { class in AbstractContactAggregator
678 MatchCandidateList candidates = new MatchCandidateList(); in aggregateContact()
735 MatchCandidateList candidates); in aggregateContact()
1005 MatchCandidateList candidates, boolean structuredNameBased) { in loadNameMatchCandidates()
1077 private final MatchCandidateList mNameLookupCandidates;
1083 public NameLookupSelectionBuilder(NameSplitter splitter, MatchCandidateList candidates) { in NameLookupSelectionBuilder()
1125 MatchCandidateList candidates, ContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches()
1235 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()