Searched refs:MAX_SCORE (Results 1 – 5 of 5) sorted by relevance
94 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
339 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()
163 KeySpecParser.getLabel(puncSpec), SuggestedWordInfo.MAX_SCORE)); in createSuggestPuncList()
32 public static final int MAX_SCORE = 100; field in ContactMatcher216 return MAX_SCORE; in getScore()268 updatePrimaryScore(contactId, MAX_SCORE); in matchIdentity()
1219 return matcher.pickBestMatch(ContactMatcher.MAX_SCORE, true); in pickBestMatchBasedOnExceptions()