Searched refs:candidates (Results 1 - 11 of 11) sorted by relevance

/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/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.java91 MatchCandidateList candidates) {
118 // Find the set of matching candidates
119 matchingCandidates = findRawContactMatchingCandidates(db, rawContactId, candidates,
137 // on the number of matching candidates and the number of raw_contacts in the
205 * candidates with matching scores > threshold to RawContactMatchingCandidates. Keep doing
209 rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) {
210 updateMatchScores(db, rawContactId, candidates, matcher);
633 MatchCandidateList candidates, RawContactMatcher matcher) {
634 candidates.clear();
636 mNameSplitter, candidates);
89 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates) argument
208 findRawContactMatchingCandidates(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) argument
632 updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, MatchCandidateList candidates, RawContactMatcher matcher) argument
690 lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, RawContactMatcher matcher) argument
736 matchAllCandidates(SQLiteDatabase db, String selection, MatchCandidateList candidates, RawContactMatcher matcher, int algorithm, String limit) argument
839 updateMatchScoresForSuggestionsBasedOnDataMatches(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) argument
853 updateMatchScores(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) argument
871 updateMatchScoresForSuggestionsBasedOnDataMatches(SQLiteDatabase db, MatchCandidateList candidates, RawContactMatcher matcher, ArrayList<AggregationSuggestionParameter> parameters) argument
[all...]
H A DAbstractContactAggregator.java666 MatchCandidateList candidates = new MatchCandidateList();
684 candidates);
723 MatchCandidateList candidates);
989 MatchCandidateList candidates, boolean structuredNameBased) {
990 candidates.clear();
1001 candidates.add(normalizedName, type);
1067 public NameLookupSelectionBuilder(NameSplitter splitter, MatchCandidateList candidates) { argument
1069 this.mNameLookupCandidates = candidates;
1109 MatchCandidateList candidates, ContactMatcher matcher) {
1110 candidates
721 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates) argument
988 loadNameMatchCandidates(SQLiteDatabase db, long rawContactId, MatchCandidateList candidates, boolean structuredNameBased) argument
1108 updateMatchScoresBasedOnNameMatches(SQLiteDatabase db, String query, MatchCandidateList candidates, ContactMatcher matcher) argument
1212 matchAllCandidates(SQLiteDatabase db, String selection, MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) argument
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStorageSettings.java348 final List<VolumeInfo> candidates = context.getPackageManager()
350 if (candidates.size() > 1) {
351 Collections.sort(candidates, VolumeInfo.getDescriptionComparator());
353 CharSequence[] labels = new CharSequence[candidates.size()];
355 for (int i = 0; i < candidates.size(); i++) {
356 final String volDescrip = storage.getBestVolumeDescription(candidates.get(i));
362 mCandidates = candidates.toArray(new VolumeInfo[candidates.size()]);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnEN.java124 /** Delay time(msec.) to start prediction after key input when the candidates view is not shown. */
127 /** Delay time(msec.) to start prediction after key input when the candidates view is shown. */
130 /** {@code Handler} for drawing candidates/displaying tutorial */
761 * and the candidates view is not shown, dismiss the SW-keyboard.
779 * Thread for updating the candidates view
782 int candidates = 0;
785 candidates = mConverter.predict(mComposingText, 0, -1);
787 /* update the candidates view */
788 if (candidates > 0) {
801 /* update the candidates vie
[all...]
H A DOpenWnnJAJP.java111 /** IME's status for {@code mStatus} input/no candidates). */
117 /** IME's status for {@code mStatus}(all candidates are displayed). */
148 /** Delay time(msec.) to start prediction after key input when the candidates view is not shown. */
151 /** Delay time(msec.) to start prediction after key input when the candidates view is shown. */
427 /** {@code Handler} for drawing candidates/displaying tutorial */
1397 /* displaying relational prediction candidates */
1453 * and the candidates view is not shown, dismiss the SW-keyboard.
1595 /** Thread for updating the candidates view */
1597 int candidates = 0;
1602 candidates
[all...]
H A DTextCandidatesViewManager.java60 * The default candidates view manager class using {@link EditText}.
72 /** Maximum number of displaying candidates par one line (full view mode) */
74 /** Maximum number of displaying candidates par one line (full view mode)(symbol)(portrait) */
76 /** Maximum number of displaying candidates par one line (full view mode)(symbol)(landscape) */
97 /** Body view of the candidates list */
108 /** Button displayed bottom of the view when there are more candidates. */
110 /** Layout for the candidates list on normal view */
112 /** Layout for the candidates list on full view */
144 /** The converter to get candidates from and notice the selected candidate to. */
146 /** Limitation of displaying candidates */
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DFormatActivity.java422 final List<VolumeInfo> candidates =
425 for (final VolumeInfo candidate : candidates) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
H A DStorageResetActivity.java459 final List<VolumeInfo> candidates =
461 for (final VolumeInfo candidate : candidates) {
/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 216 milliseconds