Searched refs:MAX_SCORE (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java91 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; field in class:SuggestedWords.SuggestedWordInfo
H A DBinaryDictionary.java173 ? SuggestedWordInfo.MAX_SCORE : mOutputScores[j];
H A DSettingsValues.java192 SuggestedWordInfo.MAX_SCORE, SuggestedWordInfo.KIND_HARDCODED,
H A DSuggest.java266 SuggestedWordInfo.MAX_SCORE, SuggestedWordInfo.KIND_TYPED,
/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/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1223 return matcher.pickBestMatch(ContactMatcher.MAX_SCORE, true);

Completed in 159 milliseconds