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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionList.java46 public List<Tile> getSuggestions() { method in class:SuggestionList
H A DSuggestionParser.java131 public SuggestionList getSuggestions(boolean isSmartSuggestionEnabled) { method in class:SuggestionParser
/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.java228 public String[] getSuggestions() { method in class:SuggestionSpan
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java56 * directly, you will need to use {@link #getSuggestions(TextInfo, int)} or
57 * {@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());
516 * Callback for {@link SpellCheckerSession#getSuggestions(TextInfo, int)}
517 * and {@link SpellCheckerSession#getSuggestions(TextInfo[], int, boolean)}
520 * {@link SpellCheckerSession#getSuggestions(TextInf
[all...]
/frameworks/base/core/java/android/app/
H A DSearchManager.java861 public Cursor getSuggestions(SearchableInfo searchable, String query) { method in class:SearchManager
862 return getSuggestions(searchable, query, -1);
876 public Cursor getSuggestions(SearchableInfo searchable, String query, int limit) { method in class:SearchManager

Completed in 5512 milliseconds