HomeSort by relevance Sort by last modified time
    Searched refs:EMPTY_SUGGESTIONS_INFO (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SentenceLevelAdapter.java 44 private static final SuggestionsInfo EMPTY_SUGGESTIONS_INFO = new SuggestionsInfo(0, null);
193 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO;
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 359 private static final SuggestionsInfo EMPTY_SUGGESTIONS_INFO = new SuggestionsInfo(0, null);
462 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO;

Completed in 90 milliseconds