/frameworks/ex/common/java/com/android/common/ |
D | Search.java | 64 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/ |
D | SuggestionController.java | 102 public List<Suggestion> getSuggestions() { in getSuggestions() method in SuggestionController 107 return mRemoteService.getSuggestions(); in getSuggestions()
|
D | SuggestionLoader.java | 52 final List<Suggestion> data = mSuggestionController.getSuggestions(); in loadInBackground()
|
D | SuggestionLoaderCompat.java | 46 final List<Suggestion> data = mSuggestionController.getSuggestions(); in loadInBackground()
|
/frameworks/base/core/java/android/service/settings/suggestions/ |
D | ISuggestionService.aidl | 13 List<Suggestion> getSuggestions() = 1; in getSuggestions() method
|
D | SuggestionService.java | 43 public List<Suggestion> getSuggestions() { in onBind()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/ |
D | ShadowSuggestionController.java | 57 public List<Suggestion> getSuggestions() { in getSuggestions() method in ShadowSuggestionController
|
/frameworks/base/core/java/android/app/ |
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
|
/frameworks/base/core/java/android/view/textservice/ |
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
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/ |
D | simulate_wifi.py | 165 for sugg in getSuggestions(): 798 def getSuggestions() -> str: function
|
/frameworks/base/core/java/android/text/style/ |
D | SuggestionSpan.java | 269 public String[] getSuggestions() { in getSuggestions() method in SuggestionSpan
|
/frameworks/base/core/java/android/widget/ |
D | SuggestionsAdapter.java | 193 cursor = mSearchManager.getSuggestions(mSearchable, query, QUERY_LIMIT); in runQueryOnBackgroundThread()
|
D | Editor.java | 2675 if (suggestionSpans[i].getSuggestions().length > 0) { in shouldOfferToShowSuggestions() 2696 hasValidSuggestions || suggestionSpans[i].getSuggestions().length > 0; in shouldOfferToShowSuggestions() 3425 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion() 4029 final String[] suggestions = suggestionSpan.getSuggestions(); in getSuggestionInfo()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 30694 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/core/api/ |
D | current.txt | 48980 method public String[] getSuggestions(); 57349 method @Deprecated public void getSuggestions(android.view.textservice.TextInfo, int); 57350 … method @Deprecated public void getSuggestions(android.view.textservice.TextInfo[], int, boolean);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 49617 Landroid/service/settings/suggestions/ISuggestionService$Stub$Proxy;->getSuggestions()Ljava/util/Li… 49627 Landroid/service/settings/suggestions/ISuggestionService;->getSuggestions()Ljava/util/List;
|