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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionList.java45 public List<Tile> getSuggestions() { method in class:SuggestionList
H A DSuggestionController.java101 public List<Suggestion> getSuggestions() { method in class:SuggestionController
106 return mRemoteService.getSuggestions();
H A DSuggestionParser.java131 public SuggestionList getSuggestions(boolean isSmartSuggestionEnabled) { method in class:SuggestionParser
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
H A DShadowSuggestionController.java57 public List<Suggestion> getSuggestions() { method in class:ShadowSuggestionController
/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());
522 * Callback for {@link SpellCheckerSession#getSuggestions(TextInfo, int)}
523 * and {@link SpellCheckerSession#getSuggestions(TextInfo[], int, boolean)}
526 * {@link SpellCheckerSession#getSuggestions(TextInf
[all...]
/frameworks/base/core/java/android/app/
H A DSearchManager.java869 public Cursor getSuggestions(SearchableInfo searchable, String query) { method in class:SearchManager
870 return getSuggestions(searchable, query, -1);
884 public Cursor getSuggestions(SearchableInfo searchable, String query, int limit) { method in class:SearchManager

Completed in 148 milliseconds