Searched refs:textInfo (Results 1 – 1 of 1) sorted by relevance
60 public SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit) { in onGetSuggestions() argument62 Log.d(TAG, "onGetSuggestions: " + textInfo.getText()); in onGetSuggestions()64 final String input = textInfo.getText(); in onGetSuggestions()