Searched refs:getSuggestionsCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
H A DSentenceSuggestionsInfo.java92 public int getSuggestionsCount() { method in class:SentenceSuggestionsInfo
H A DSuggestionsInfo.java147 public int getSuggestionsCount() { method in class:SuggestionsInfo
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java440 final int size = reconstructedSuggestions[i].getSuggestionsCount();
/frameworks/base/core/java/android/widget/
H A DSpellChecker.java409 for (int j = 0; j < ssi.getSuggestionsCount(); ++j) {
474 final int suggestionsCount = suggestionsInfo.getSuggestionsCount();

Completed in 97 milliseconds