Home
last modified time | relevance | path

Searched refs:getSuggestions (Results 1 – 17 of 17) 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/packages/SettingsLib/src/com/android/settingslib/suggestions/
DSuggestionController.java102 public List<Suggestion> getSuggestions() { in getSuggestions() method in SuggestionController
107 return mRemoteService.getSuggestions(); in getSuggestions()
DSuggestionLoader.java52 final List<Suggestion> data = mSuggestionController.getSuggestions(); in loadInBackground()
DSuggestionLoaderCompat.java46 final List<Suggestion> data = mSuggestionController.getSuggestions(); in loadInBackground()
/frameworks/base/core/java/android/service/settings/suggestions/
DISuggestionService.aidl13 List<Suggestion> getSuggestions() = 1; in getSuggestions() method
DSuggestionService.java43 public List<Suggestion> getSuggestions() { in onBind()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
DShadowSuggestionController.java57 public List<Suggestion> getSuggestions() { in getSuggestions() method in ShadowSuggestionController
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java189 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) { in getSuggestions() method in SpellCheckerSession
190 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false); in getSuggestions()
201 public void getSuggestions( in getSuggestions() method in SpellCheckerSession
/frameworks/base/core/java/android/app/
DSearchManager.java877 public Cursor getSuggestions(SearchableInfo searchable, String query) { in getSuggestions() method in SearchManager
878 return getSuggestions(searchable, query, -1); in getSuggestions()
893 public Cursor getSuggestions(SearchableInfo searchable, String query, int limit) { in getSuggestions() method in SearchManager
/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java243 public String[] getSuggestions() { in getSuggestions() method in SuggestionSpan
/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java193 cursor = mSearchManager.getSuggestions(mSearchable, query, QUERY_LIMIT); in runQueryOnBackgroundThread()
DSpellChecker.java321 mSpellCheckerSession.getSuggestions(textInfos, SuggestionSpan.SUGGESTIONS_MAX_SIZE, in spellCheck()
DEditor.java2297 if (suggestionSpans[i].getSuggestions().length > 0) { in shouldOfferToShowSuggestions()
2318 hasValidSuggestions || suggestionSpans[i].getSuggestions().length > 0; in shouldOfferToShowSuggestions()
2916 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion()
3505 final String[] suggestions = suggestionSpan.getSuggestions(); in getSuggestionInfo()
/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/non-updatable-api/
Dcurrent.txt48303 method public String[] getSuggestions();
55285 method @Deprecated public void getSuggestions(android.view.textservice.TextInfo, int);
55286 … method @Deprecated public void getSuggestions(android.view.textservice.TextInfo[], int, boolean);
/frameworks/base/api/
Dcurrent.txt48447 method public String[] getSuggestions();
55429 method @Deprecated public void getSuggestions(android.view.textservice.TextInfo, int);
55430 … method @Deprecated public void getSuggestions(android.view.textservice.TextInfo[], int, boolean);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64172 Landroid/service/settings/suggestions/ISuggestionService$Stub$Proxy;->getSuggestions()Ljava/util/Li…
64182 Landroid/service/settings/suggestions/ISuggestionService;->getSuggestions()Ljava/util/List;