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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SentenceLevelAdapter.java 42 private static final SuggestionsInfo EMPTY_SUGGESTIONS_INFO = new SuggestionsInfo(0, null);
191 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO;
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 335 private static final SuggestionsInfo EMPTY_SUGGESTIONS_INFO = new SuggestionsInfo(0, null);
438 reconstructedSuggestions[i] = result != null ? result : EMPTY_SUGGESTIONS_INFO;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 48 milliseconds