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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 94 SuggestedWordInfo.MAX_SCORE, SuggestedWordInfo.KIND_APP_DEFINED,
107 suggestionsList.add(new SuggestedWordInfo(typedWord, SuggestedWordInfo.MAX_SCORE,
124 public static final int MAX_SCORE = Integer.MAX_VALUE;
BinaryDictionary.java 163 ? SuggestedWordInfo.MAX_SCORE : mOutputScores[j];
SettingsValues.java 225 SuggestedWordInfo.MAX_SCORE, SuggestedWordInfo.KIND_HARDCODED,
Suggest.java 279 SuggestedWordInfo.MAX_SCORE, SuggestedWordInfo.KIND_TYPED,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 35 public static final int MAX_SCORE = 100;
219 return MAX_SCORE;
271 updatePrimaryScore(contactId, MAX_SCORE);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]

Completed in 77 milliseconds