Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java35 public static final int MAX_SCORE = 100; field in ContactMatcher
219 return MAX_SCORE; in getScore()
271 updatePrimaryScore(contactId, MAX_SCORE); in matchIdentity()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java196 suggestionsList.add(new SuggestedWordInfo(typedWord, SuggestedWordInfo.MAX_SCORE, in getTypedWordAndPreviousSuggestions()
223 public static final int MAX_SCORE = Integer.MAX_VALUE; field in SuggestedWords.SuggestedWordInfo
292 mScore = SuggestedWordInfo.MAX_SCORE; in SuggestedWordInfo()
DPunctuationSuggestions.java108 return new SuggestedWordInfo(keySpec, SuggestedWordInfo.MAX_SCORE, in newHardCodedWordInfo()
DSuggest.java176 SuggestedWordInfo.MAX_SCORE, SuggestedWordInfo.KIND_TYPED, in getSuggestedWordsForNonBatchInput()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1508 return matcher.pickBestMatch(ContactMatcher.MAX_SCORE, true); in pickBestMatchBasedOnExceptions()