Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DSentenceLevelAdapter.java44 private static final SuggestionsInfo EMPTY_SUGGESTIONS_INFO = new SuggestionsInfo(0, null); field in SentenceLevelAdapter
193 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO;
/aosp12/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java381 private static final SuggestionsInfo EMPTY_SUGGESTIONS_INFO = new SuggestionsInfo(0, null); field in SpellCheckerService.SentenceLevelAdapter
485 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO; in reconstructSuggestions()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53699 Landroid/service/textservice/SpellCheckerService$SentenceLevelAdapter;->EMPTY_SUGGESTIONS_INFO:Land…