Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java471 final SuggestionsInfo[] reconstructedSuggestions = new SuggestionsInfo[querySize]; in reconstructSuggestions() local
485 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO; in reconstructSuggestions()
487 final int size = reconstructedSuggestions[i].getSuggestionsCount(); in reconstructSuggestions()
489 + (size > 0 ? reconstructedSuggestions[i].getSuggestionAt(0) in reconstructSuggestions()
494 return new SentenceSuggestionsInfo(reconstructedSuggestions, offsets, lengths); in reconstructSuggestions()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DSentenceLevelAdapter.java179 final SuggestionsInfo[] reconstructedSuggestions = new SuggestionsInfo[querySize];
193 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO;
195 return new SentenceSuggestionsInfo(reconstructedSuggestions, offsets, lengths);