Searched refs:MAX_SCORE (Results 1 – 5 of 5) sorted by relevance
35 public static final int MAX_SCORE = 100; field in ContactMatcher219 return MAX_SCORE; in getScore()271 updatePrimaryScore(contactId, MAX_SCORE); in matchIdentity()
196 suggestionsList.add(new SuggestedWordInfo(typedWord, SuggestedWordInfo.MAX_SCORE, in getTypedWordAndPreviousSuggestions()223 public static final int MAX_SCORE = Integer.MAX_VALUE; field in SuggestedWords.SuggestedWordInfo292 mScore = SuggestedWordInfo.MAX_SCORE; in SuggestedWordInfo()
108 return new SuggestedWordInfo(keySpec, SuggestedWordInfo.MAX_SCORE, in newHardCodedWordInfo()
176 SuggestedWordInfo.MAX_SCORE, SuggestedWordInfo.KIND_TYPED, in getSuggestedWordsForNonBatchInput()
1508 return matcher.pickBestMatch(ContactMatcher.MAX_SCORE, true); in pickBestMatchBasedOnExceptions()