Searched defs:candidates (Results 1 - 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactAggregator.java | 429 MatchCandidateList candidates = new MatchCandidateList(); 433 aggregateContact(db, rawContactId, currentContactId, candidates, matcher, values); 461 long currentContactId, MatchCandidateList candidates, ContactMatcher matcher, 474 candidates.clear(); 479 contactId = pickBestMatchBasedOnData(db, rawContactId, candidates, matcher); 711 MatchCandidateList candidates, ContactMatcher matcher) { 714 long bestMatch = updateMatchScoresBasedOnDataMatches(db, rawContactId, candidates, matcher); 717 bestMatch = pickBestMatchBasedOnSecondaryData(db, rawContactId, candidates, matcher); 730 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { 737 loadNameMatchCandidates(db, rawContactId, candidates, tru 460 aggregateContact(SQLiteDatabase db, long rawContactId, long currentContactId, MatchCandidateList candidates, ContactMatcher matcher, ContentValues values) argument 710 pickBestMatchBasedOnData(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument 729 pickBestMatchBasedOnSecondaryData(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument 774 loadNameMatchCandidates(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, boolean structuredNameBased) argument 797 updateMatchScoresBasedOnDataMatches(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument 946 lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, ContactMatcher matcher) argument 987 matchAllCandidates(SQLiteDatabase db, String selection, MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) argument 1651 updateMatchScoresForSuggestionsBasedOnDataMatches(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) argument [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | LatinIME.java | 237 List<String> candidates; field in class:LatinIME.VoiceResults 411 R.layout.candidates, null); 413 mCandidateView = (CandidateView) mCandidateViewContainer.findViewById(R.id.candidates); 711 // TODO: Remove this if we support candidates with hard keyboard 713 // Show the candidates view only if input view is showing 1020 mVoiceResults.candidates.get(0).toString().length()); 1369 public void onVoiceResults(List<String> candidates, argument 1374 mVoiceResults.candidates = candidates; 1398 for (String c : mVoiceResults.candidates) { [all...] |
Completed in 57 milliseconds