Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/textservice/
DSpellCheckerService.java448 final SuggestionsInfo[] reconstructedSuggestions = new SuggestionsInfo[querySize]; in reconstructSuggestions() local
462 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO; in reconstructSuggestions()
464 final int size = reconstructedSuggestions[i].getSuggestionsCount(); in reconstructSuggestions()
466 + (size > 0 ? reconstructedSuggestions[i].getSuggestionAt(0) in reconstructSuggestions()
471 return new SentenceSuggestionsInfo(reconstructedSuggestions, offsets, lengths); in reconstructSuggestions()