Home
last modified time | relevance | path

Searched refs:suggestionExceedsThreshold (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAutoCorrectionUtils.java32 public static boolean suggestionExceedsThreshold(final SuggestedWordInfo suggestion, in suggestionExceedsThreshold() method in AutoCorrectionUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java237 } else if (!AutoCorrectionUtils.suggestionExceedsThreshold( in getSuggestedWordsForNonBatchInput()