Home
last modified time | relevance | path

Searched defs:MAX_SCORE (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java223 public static final int MAX_SCORE = Integer.MAX_VALUE; field in SuggestedWords.SuggestedWordInfo
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java35 public static final int MAX_SCORE = 100; field in ContactMatcher