/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/ |
H A D | SuggestionController.java | 102 public List<Suggestion> getSuggestions() { in getSuggestions() method in SuggestionController 107 return mRemoteService.getSuggestions(); in getSuggestions()
|
H A D | SuggestionLoader.java | 52 final List<Suggestion> data = mSuggestionController.getSuggestions(); in loadInBackground()
|
H A D | SuggestionLoaderCompat.java | 46 final List<Suggestion> data = mSuggestionController.getSuggestions(); in loadInBackground()
|
/aosp14/frameworks/base/core/java/android/service/settings/suggestions/ |
H A D | ISuggestionService.aidl | 13 List<Suggestion> getSuggestions() = 1; in getSuggestions() method
|
H A D | SuggestionService.java | 43 public List<Suggestion> getSuggestions() { in onBind()
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/ |
H A D | ShadowSuggestionController.java | 57 public List<Suggestion> getSuggestions() { in getSuggestions() method in ShadowSuggestionController
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | SearchManager.java | 880 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 D | SpellCheckerSession.java | 192 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 D | SuggestionSpan.java | 269 public String[] getSuggestions() { in getSuggestions() method in SuggestionSpan
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SuggestionsAdapter.java | 193 cursor = mSearchManager.getSuggestions(mSearchable, query, QUERY_LIMIT); in runQueryOnBackgroundThread()
|
H A D | Editor.java | 2636 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 48515 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 D | hiddenapi-max-target-o.txt | 50260 Landroid/service/settings/suggestions/ISuggestionService$Stub$Proxy;->getSuggestions()Ljava/util/Li… 50270 Landroid/service/settings/suggestions/ISuggestionService;->getSuggestions()Ljava/util/List;
|