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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java35 public static final int MAX_SCORE = 100; field in class:ContactMatcher
219 return MAX_SCORE;
271 updatePrimaryScore(contactId, MAX_SCORE);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java196 suggestionsList.add(new SuggestedWordInfo(typedWord, SuggestedWordInfo.MAX_SCORE,
223 public static final int MAX_SCORE = Integer.MAX_VALUE; field in class:SuggestedWords.SuggestedWordInfo
292 mScore = SuggestedWordInfo.MAX_SCORE;

Completed in 116 milliseconds