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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 91 result.add(new SuggestedWordInfo(info.getText(), SuggestedWordInfo.MAX_SCORE,
104 suggestionsList.add(new SuggestedWordInfo(typedWord, SuggestedWordInfo.MAX_SCORE,
121 public static final int MAX_SCORE = Integer.MAX_VALUE;
  /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);

Completed in 83 milliseconds