Home
last modified time | relevance | path

Searched refs:getSuggestions (Results 1 – 14 of 14) 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/app/
DSearchManager.java863 public Cursor getSuggestions(SearchableInfo searchable, String query) { in getSuggestions() method in SearchManager
864 return getSuggestions(searchable, query, -1); in getSuggestions()
878 public Cursor getSuggestions(SearchableInfo searchable, String query, int limit) { in getSuggestions() method in SearchManager
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java192 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) { in getSuggestions() method in SpellCheckerSession
193 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false); in getSuggestions()
204 public void getSuggestions( in getSuggestions() method in SpellCheckerSession
/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java228 public String[] getSuggestions() { in getSuggestions() method in SuggestionSpan
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DSuggestionParser.java89 public List<Tile> getSuggestions() { in getSuggestions() method in SuggestionParser
/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java193 cursor = mSearchManager.getSuggestions(mSearchable, query, QUERY_LIMIT); in runQueryOnBackgroundThread()
DSpellChecker.java317 mSpellCheckerSession.getSuggestions(textInfos, SuggestionSpan.SUGGESTIONS_MAX_SIZE, in spellCheck()
DEditor.java2047 if (suggestionSpans[i].getSuggestions().length > 0) { in shouldOfferToShowSuggestions()
2068 hasValidSuggestions || suggestionSpans[i].getSuggestions().length > 0; in shouldOfferToShowSuggestions()
2644 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion()
3232 final String[] suggestions = suggestionSpan.getSuggestions(); in getSuggestionInfo()
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd207 return getSuggestions(selectionArgs[0]);
213 private Cursor getSuggestions(String query) {
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1892 final String[] suggestions = span.getSuggestions(); in notifySuggestionPicked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30694 method public java.lang.String[] getSuggestions();
35908 method public deprecated void getSuggestions(android.view.textservice.TextInfo, int);
35909 method public deprecated void getSuggestions(android.view.textservice.TextInfo[], int, boolean);
/frameworks/base/api/
Dcurrent.txt39320 method public java.lang.String[] getSuggestions();
44925 method public deprecated void getSuggestions(android.view.textservice.TextInfo, int);
44926 method public deprecated void getSuggestions(android.view.textservice.TextInfo[], int, boolean);
Dsystem-current.txt42320 method public java.lang.String[] getSuggestions();
47928 method public deprecated void getSuggestions(android.view.textservice.TextInfo, int);
47929 method public deprecated void getSuggestions(android.view.textservice.TextInfo[], int, boolean);
Dtest-current.txt39399 method public java.lang.String[] getSuggestions();
45004 method public deprecated void getSuggestions(android.view.textservice.TextInfo, int);
45005 method public deprecated void getSuggestions(android.view.textservice.TextInfo[], int, boolean);