Searched defs:candidates (Results 1 - 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java81 MatchCandidateList candidates) {
101 candidates.clear();
111 contactId = pickBestMatchBasedOnData(db, rawContactId, candidates, matcher);
614 MatchCandidateList candidates, ContactMatcher matcher) {
623 bestMatch = pickBestMatchBasedOnSecondaryData(db, rawContactId, candidates, matcher);
639 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) {
646 loadNameMatchCandidates(db, rawContactId, candidates, true);
661 matchAllCandidates(db, mSb.toString(), candidates, matcher,
822 private void lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, argument
825 for (int i = 0; i < candidates
79 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates) argument
613 pickBestMatchBasedOnData(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
638 pickBestMatchBasedOnSecondaryData(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
864 matchAllCandidates(SQLiteDatabase db, String selection, MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) argument
926 updateMatchScoresForSuggestionsBasedOnDataMatches(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
937 updateMatchScoresForSuggestionsBasedOnDataMatches(SQLiteDatabase db, MatchCandidateList candidates, ContactMatcher matcher, ArrayList<AggregationSuggestionParameter> parameters) argument
[all...]
H A DContactAggregator2.java93 MatchCandidateList candidates) {
120 // Find the set of matching candidates
121 matchingCandidates = findRawContactMatchingCandidates(db, rawContactId, candidates,
139 // on the number of matching candidates and the number of raw_contacts in the
207 * candidates with matching scores > threshold to RawContactMatchingCandidates. Keep doing
211 rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) {
212 updateMatchScores(db, rawContactId, candidates, matcher);
635 MatchCandidateList candidates, RawContactMatcher matcher) {
636 candidates.clear();
638 mNameSplitter, candidates);
91 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates) argument
210 findRawContactMatchingCandidates(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) argument
634 updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, MatchCandidateList candidates, RawContactMatcher matcher) argument
692 lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, RawContactMatcher matcher) argument
738 matchAllCandidates(SQLiteDatabase db, String selection, MatchCandidateList candidates, RawContactMatcher matcher, int algorithm, String limit) argument
841 updateMatchScoresForSuggestionsBasedOnDataMatches(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) argument
855 updateMatchScores(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) argument
873 updateMatchScoresForSuggestionsBasedOnDataMatches(SQLiteDatabase db, MatchCandidateList candidates, RawContactMatcher matcher, ArrayList<AggregationSuggestionParameter> parameters) argument
[all...]
H A DAbstractContactAggregator.java677 MatchCandidateList candidates = new MatchCandidateList();
695 candidates);
734 MatchCandidateList candidates);
1004 MatchCandidateList candidates, boolean structuredNameBased) {
1005 candidates.clear();
1016 candidates.add(normalizedName, type);
1082 public NameLookupSelectionBuilder(NameSplitter splitter, MatchCandidateList candidates) { argument
1084 this.mNameLookupCandidates = candidates;
1124 MatchCandidateList candidates, ContactMatcher matcher) {
1125 candidates
732 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates) argument
1003 loadNameMatchCandidates(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, boolean structuredNameBased) argument
1123 updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, MatchCandidateList candidates, ContactMatcher matcher) argument
1227 matchAllCandidates(SQLiteDatabase db, String selection, MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) argument
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java391 @Nonnull final ArrayList<SuggestedWordInfo> candidates) {
392 if (candidates.isEmpty()) {
398 typedWord, candidates, -1 /* startIndexExclusive */);
400 for (int i = 0; i < candidates.size(); ++i) {
402 candidates.get(i).mWord, candidates, i /* startIndexExclusive */);
409 @Nonnull final ArrayList<SuggestedWordInfo> candidates,
412 for (int i = startIndexExclusive + 1; i < candidates.size(); ++i) {
413 final SuggestedWordInfo previous = candidates.get(i);
418 candidates
389 removeDups( @ullable final String typedWord, @Nonnull final ArrayList<SuggestedWordInfo> candidates) argument
407 removeSuggestedWordInfoFromList( @onnull final String word, @Nonnull final ArrayList<SuggestedWordInfo> candidates, final int startIndexExclusive) argument
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 190 milliseconds