Searched defs:getSuggestions (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/common/java/com/android/common/
H A DSearch.java64 public static Cursor getSuggestions(Context context, SearchableInfo searchable, String query) { method in class:Search
65 return getSuggestions(context, searchable, query, -1);
77 public static Cursor getSuggestions(Context context, SearchableInfo searchable, method in class:Search
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java212 public String[] getSuggestions() { method in class:SuggestionSpan
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java54 * directly, you will need to use {@link #getSuggestions(TextInfo, int)} or
55 * {@link #getSuggestions(TextInfo[], int, boolean)} for obtaining results from the spell checker
192 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) { method in class:SpellCheckerSession
193 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false);
197 * A batch process of getSuggestions
204 public void getSuggestions( method in class:SpellCheckerSession
207 Log.w(TAG, "getSuggestions from " + mSpellCheckerInfo.getId());
515 * Callback for {@link SpellCheckerSession#getSuggestions(TextInfo, int)}
516 * and {@link SpellCheckerSession#getSuggestions(TextInfo[], int, boolean)}
519 * {@link SpellCheckerSession#getSuggestions(TextInf
[all...]
/frameworks/base/core/java/android/app/
H A DSearchManager.java867 public Cursor getSuggestions(SearchableInfo searchable, String query) { method in class:SearchManager
868 return getSuggestions(searchable, query, -1);
882 public Cursor getSuggestions(SearchableInfo searchable, String query, int limit) { method in class:SearchManager

Completed in 83 milliseconds