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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
H A DVoiceProxy.java405 mVoiceResults.candidates.get(0).toString().length());
541 for (String c : mVoiceResults.candidates) {
800 public void onVoiceResults(List<String> candidates, argument
808 mVoiceResults.candidates = candidates;
822 List<String> candidates; field in class:VoiceProxy.VoiceResults
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java586 MatchCandidateList candidates = new MatchCandidateList();
609 candidates, matcher);
648 long currentContactId, MatchCandidateList candidates, ContactMatcher matcher) {
661 candidates.clear();
671 contactId = pickBestMatchBasedOnData(db, rawContactId, candidates, matcher);
1083 MatchCandidateList candidates, ContactMatcher matcher) {
1092 bestMatch = pickBestMatchBasedOnSecondaryData(db, rawContactId, candidates, matcher);
1108 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) {
1115 loadNameMatchCandidates(db, rawContactId, candidates, true);
1130 matchAllCandidates(db, mSb.toString(), candidates, matche
646 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, String accountType, String accountName, String dataSet, long currentContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
1082 pickBestMatchBasedOnData(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
1107 pickBestMatchBasedOnSecondaryData(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
1152 loadNameMatchCandidates(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, boolean structuredNameBased) argument
1314 NameLookupSelectionBuilder(NameSplitter splitter, MatchCandidateList candidates) argument
1355 updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, MatchCandidateList candidates, ContactMatcher matcher) argument
1471 lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, ContactMatcher matcher) argument
1512 matchAllCandidates(SQLiteDatabase db, String selection, MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) argument
2303 updateMatchScoresForSuggestionsBasedOnDataMatches(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
2314 updateMatchScoresForSuggestionsBasedOnDataMatches(SQLiteDatabase db, MatchCandidateList candidates, ContactMatcher matcher, ArrayList<AggregationSuggestionParameter> parameters) argument
[all...]

Completed in 105 milliseconds