HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SCORE (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 94 result.add(new SuggestedWordInfo(info.getText(), SuggestedWordInfo.MAX_SCORE));
106 suggestionsList.add(new SuggestedWordInfo(typedWord, SuggestedWordInfo.MAX_SCORE));
122 public static final int MAX_SCORE = Integer.MAX_VALUE;
Suggest.java 339 sb.toString(), SuggestedWordInfo.MAX_SCORE));
342 whitelistedWord, SuggestedWordInfo.MAX_SCORE));
346 mSuggestions.add(0, new SuggestedWordInfo(typedWord, SuggestedWordInfo.MAX_SCORE));
SettingsValues.java 163 KeySpecParser.getLabel(puncSpec), SuggestedWordInfo.MAX_SCORE));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 32 public static final int MAX_SCORE = 100;
216 return MAX_SCORE;
268 updatePrimaryScore(contactId, MAX_SCORE);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]

Completed in 65 milliseconds