Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DSentenceLevelAdapter.java42 private static final SuggestionsInfo EMPTY_SUGGESTIONS_INFO = new SuggestionsInfo(0, null); field in SentenceLevelAdapter
191 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO;