Searched refs:MatchCandidateList (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 81 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()
|
D | ContactAggregator2.java | 93 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()
|
D | AbstractContactAggregator.java | 185 protected MatchCandidateList mCandidates = new MatchCandidateList(); 220 protected static class MatchCandidateList { class in AbstractContactAggregator 677 MatchCandidateList candidates = new MatchCandidateList(); in aggregateContact() 734 MatchCandidateList candidates); in aggregateContact() 1004 MatchCandidateList candidates, boolean structuredNameBased) { in loadNameMatchCandidates() 1076 private final MatchCandidateList mNameLookupCandidates; 1082 public NameLookupSelectionBuilder(NameSplitter splitter, MatchCandidateList candidates) { in NameLookupSelectionBuilder() 1124 MatchCandidateList candidates, ContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches() 1228 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
|