Home
last modified time | relevance | path

Searched refs:MAX_SCORE (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java94 result.add(new SuggestedWordInfo(info.getText(), SuggestedWordInfo.MAX_SCORE)); in getFromApplicationSpecifiedCompletions()
106 suggestionsList.add(new SuggestedWordInfo(typedWord, SuggestedWordInfo.MAX_SCORE)); in getTypedWordAndPreviousSuggestions()
122 public static final int MAX_SCORE = Integer.MAX_VALUE; field in SuggestedWords.SuggestedWordInfo
DSuggest.java339 sb.toString(), SuggestedWordInfo.MAX_SCORE)); in getSuggestedWords()
342 whitelistedWord, SuggestedWordInfo.MAX_SCORE)); in getSuggestedWords()
346 mSuggestions.add(0, new SuggestedWordInfo(typedWord, SuggestedWordInfo.MAX_SCORE)); in getSuggestedWords()
DSettingsValues.java163 KeySpecParser.getLabel(puncSpec), SuggestedWordInfo.MAX_SCORE)); in createSuggestPuncList()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java32 public static final int MAX_SCORE = 100; field in ContactMatcher
216 return MAX_SCORE; in getScore()
268 updatePrimaryScore(contactId, MAX_SCORE); in matchIdentity()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1219 return matcher.pickBestMatch(ContactMatcher.MAX_SCORE, true); in pickBestMatchBasedOnExceptions()