Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/textservice/
DSpellCheckerService.java359 private static final SuggestionsInfo EMPTY_SUGGESTIONS_INFO = new SuggestionsInfo(0, null); field in SpellCheckerService.SentenceLevelAdapter
462 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO; in reconstructSuggestions()