HomeSort by relevance Sort by last modified time
    Searched full:spellsuggestion (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/widget/
SpellChecker.java 363 final String spellSuggestion = suggestionsInfo.getSuggestionAt(i);
364 if (spellSuggestion == null) break;
372 if (spellSuggestion.equals(suggests[k])) {
381 suggestions[numberOfSuggestions++] = spellSuggestion;

Completed in 59 milliseconds