Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/common/
DSearch.java64 public static Cursor getSuggestions(Context context, SearchableInfo searchable, String query) { in getSuggestions() method in Search
65 return getSuggestions(context, searchable, query, -1); in getSuggestions()
77 public static Cursor getSuggestions(Context context, SearchableInfo searchable, in getSuggestions() method in Search
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java195 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) { in getSuggestions() method in SpellCheckerSession
196 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false); in getSuggestions()
207 public void getSuggestions( in getSuggestions() method in SpellCheckerSession
/frameworks/base/core/java/android/app/
DSearchManager.java876 public Cursor getSuggestions(SearchableInfo searchable, String query) { in getSuggestions() method in SearchManager
877 return getSuggestions(searchable, query, -1); in getSuggestions()
891 public Cursor getSuggestions(SearchableInfo searchable, String query, int limit) { in getSuggestions() method in SearchManager
/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java212 public String[] getSuggestions() { in getSuggestions() method in SuggestionSpan
/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java192 cursor = mSearchManager.getSuggestions(mSearchable, query, QUERY_LIMIT); in runQueryOnBackgroundThread()
DSpellChecker.java317 mSpellCheckerSession.getSuggestions(textInfos, SuggestionSpan.SUGGESTIONS_MAX_SIZE, in spellCheck()
DEditor.java2576 String[] suggestions = suggestionSpan.getSuggestions(); in updateSuggestions()
2759 String[] suggestions = suggestionInfo.suggestionSpan.getSuggestions(); in onItemClick()
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd206 return getSuggestions(selectionArgs[0]);
212 private Cursor getSuggestions(String query) {
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1655 final String[] suggestions = span.getSuggestions(); in notifySuggestionPicked()
/frameworks/base/api/
Dsystem-current.txt32929 method public java.lang.String[] getSuggestions();
38144 method public deprecated void getSuggestions(android.view.textservice.TextInfo, int);
38145 method public deprecated void getSuggestions(android.view.textservice.TextInfo[], int, boolean);
Dcurrent.txt30696 method public java.lang.String[] getSuggestions();
35910 method public deprecated void getSuggestions(android.view.textservice.TextInfo, int);
35911 method public deprecated void getSuggestions(android.view.textservice.TextInfo[], int, boolean);