Home
last modified time | relevance | path

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

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