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.java200 public String[] getSuggestions() { method in class:SuggestionSpan
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java57 * directly, you will need to use {@link #getSuggestions(TextInfo, int)} or
58 * {@link #getSuggestions(TextInfo[], int, boolean)} for obtaining results from the spell checker
195 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) { method in class:SpellCheckerSession
196 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false);
200 * A batch process of getSuggestions
207 public void getSuggestions( method in class:SpellCheckerSession
210 Log.w(TAG, "getSuggestions from " + mSpellCheckerInfo.getId());
440 * Callback for {@link SpellCheckerSession#getSuggestions(TextInfo, int)}
441 * and {@link SpellCheckerSession#getSuggestions(TextInfo[], int, boolean)}
444 * {@link SpellCheckerSession#getSuggestions(TextInf
[all...]
/frameworks/base/core/java/android/app/
H A DSearchManager.java767 public Cursor getSuggestions(SearchableInfo searchable, String query) { method in class:SearchManager
768 return getSuggestions(searchable, query, -1);
782 public Cursor getSuggestions(SearchableInfo searchable, String query, int limit) { method in class:SearchManager

Completed in 99 milliseconds