Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidWordLevelSpellCheckerSession.java329 public Result(final String[] gatheredSuggestions, in Result() argument
331 mSuggestions = gatheredSuggestions; in Result()
364 final String[] gatheredSuggestions = in getResult() local
379 return new Result(gatheredSuggestions, hasRecommendedSuggestions); in getResult()