Searched refs:MatchCandidateList (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 79 MatchCandidateList candidates) { in aggregateContact() 612 MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnData() 637 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnSecondaryData() 834 private void lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, in lookupApproximateNameMatches() 877 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates() 909 MatchCandidateList candidates = new MatchCandidateList(); in findMatchingContacts() 939 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { in updateMatchScoresForSuggestionsBasedOnDataMatches() 950 MatchCandidateList candidates, ContactMatcher matcher, in updateMatchScoresForSuggestionsBasedOnDataMatches()
|
D | ContactAggregator2.java | 91 MatchCandidateList candidates) { in aggregateContact() 209 rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) { in findRawContactMatchingCandidates() 223 updateMatchScores(db, rId, new MatchCandidateList(), in findRawContactMatchingCandidates() 633 MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches() 704 private void lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, in lookupApproximateNameMatches() 751 MatchCandidateList candidates, RawContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates() 822 MatchCandidateList candidates = new MatchCandidateList(); in findMatchingContacts() 854 long rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScoresForSuggestionsBasedOnDataMatches() 868 MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScores() 886 MatchCandidateList candidates, RawContactMatcher matcher, in updateMatchScoresForSuggestionsBasedOnDataMatches()
|
D | AbstractContactAggregator.java | 184 protected MatchCandidateList mCandidates = new MatchCandidateList(); 219 protected static class MatchCandidateList { class in AbstractContactAggregator 674 MatchCandidateList candidates = new MatchCandidateList(); in aggregateContact() 731 MatchCandidateList candidates); in aggregateContact() 1001 MatchCandidateList candidates, boolean structuredNameBased) { in loadNameMatchCandidates() 1073 private final MatchCandidateList mNameLookupCandidates; 1079 public NameLookupSelectionBuilder(NameSplitter splitter, MatchCandidateList candidates) { in NameLookupSelectionBuilder() 1116 MatchCandidateList candidates, ContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches() 1226 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
|