Home
last modified time | relevance | path

Searched refs:getSuggestions (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
H A DSuggestionController.java102 public List<Suggestion> getSuggestions() { in getSuggestions() method in SuggestionController
107 return mRemoteService.getSuggestions(); in getSuggestions()
H A DSuggestionLoader.java52 final List<Suggestion> data = mSuggestionController.getSuggestions(); in loadInBackground()
H A DSuggestionLoaderCompat.java46 final List<Suggestion> data = mSuggestionController.getSuggestions(); in loadInBackground()
/aosp14/frameworks/base/core/java/android/service/settings/suggestions/
H A DISuggestionService.aidl13 List<Suggestion> getSuggestions() = 1; in getSuggestions() method
H A DSuggestionService.java43 public List<Suggestion> getSuggestions() { in onBind()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
H A DShadowSuggestionController.java57 public List<Suggestion> getSuggestions() { in getSuggestions() method in ShadowSuggestionController
/aosp14/frameworks/base/core/java/android/app/
H A DSearchManager.java880 public Cursor getSuggestions(SearchableInfo searchable, String query) { in getSuggestions() method in SearchManager
881 return getSuggestions(searchable, query, -1); in getSuggestions()
896 public Cursor getSuggestions(SearchableInfo searchable, String query, int limit) { in getSuggestions() method in SearchManager
/aosp14/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java192 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) { in getSuggestions() method in SpellCheckerSession
193 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false); in getSuggestions()
204 public void getSuggestions( in getSuggestions() method in SpellCheckerSession
/aosp14/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java269 public String[] getSuggestions() { in getSuggestions() method in SuggestionSpan
/aosp14/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java193 cursor = mSearchManager.getSuggestions(mSearchable, query, QUERY_LIMIT); in runQueryOnBackgroundThread()
H A DEditor.java2636 if (suggestionSpans[i].getSuggestions().length > 0) { in shouldOfferToShowSuggestions()
2657 hasValidSuggestions || suggestionSpans[i].getSuggestions().length > 0; in shouldOfferToShowSuggestions()
3386 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion()
3990 final String[] suggestions = suggestionSpan.getSuggestions(); in getSuggestionInfo()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt48515 method public String[] getSuggestions();
56722 method @Deprecated public void getSuggestions(android.view.textservice.TextInfo, int);
56723 … method @Deprecated public void getSuggestions(android.view.textservice.TextInfo[], int, boolean);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50260 Landroid/service/settings/suggestions/ISuggestionService$Stub$Proxy;->getSuggestions()Ljava/util/Li…
50270 Landroid/service/settings/suggestions/ISuggestionService;->getSuggestions()Ljava/util/List;