Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidWordLevelSpellCheckerSession.java332 public Result(final String[] gatheredSuggestions, final boolean hasRecommendedSuggestions) { in Result() argument
333 mSuggestions = gatheredSuggestions; in Result()
363 final String[] gatheredSuggestions = in getResult() local
371 return new Result(gatheredSuggestions, hasRecommendedSuggestions); in getResult()