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 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;
  /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);

Completed in 55 milliseconds