Home
last modified time | relevance | path

Searched refs:nbSuggestions (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java3479 final int nbSuggestions = suggestions.length; in getSuggestionInfo() local
3481 for (int suggestionIndex = 0; suggestionIndex < nbSuggestions; suggestionIndex++) { in getSuggestionInfo()