Searched refs:EMPTY_SUGGESTIONS_INFO (Results 1 – 3 of 3) sorted by relevance
44 private static final SuggestionsInfo EMPTY_SUGGESTIONS_INFO = new SuggestionsInfo(0, null); field in SentenceLevelAdapter193 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO;
381 private static final SuggestionsInfo EMPTY_SUGGESTIONS_INFO = new SuggestionsInfo(0, null); field in SpellCheckerService.SentenceLevelAdapter485 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO; in reconstructSuggestions()
53699 Landroid/service/textservice/SpellCheckerService$SentenceLevelAdapter;->EMPTY_SUGGESTIONS_INFO:Land…