/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/tests/robotests/src/com/android/settingslib/suggestions/ |
D | SuggestionParserTest.java | 143 mSuggestionParser.getSuggestions(false /* isSmartSuggestionEnabled */); in testGetSuggestion_exclusiveNotAvailable_onlyRegularCategoryAndNoDupe() 144 final List<Tile> suggestions = sl.getSuggestions(); in testGetSuggestion_exclusiveNotAvailable_onlyRegularCategoryAndNoDupe() 165 mSuggestionParser.getSuggestions(true /* isSmartSuggestionEnabled */); in testGetSuggestion_exclusiveExpiredAvailable_shouldLoadWithRegularCategory() 166 final List<Tile> suggestions = sl.getSuggestions(); in testGetSuggestion_exclusiveExpiredAvailable_shouldLoadWithRegularCategory() 180 mSuggestionParser.getSuggestions(false /* isSmartSuggestionEnabled */); in testGetSuggestions_exclusive() 181 final List<Tile> suggestions = sl.getSuggestions(); in testGetSuggestions_exclusive()
|
/frameworks/base/core/java/android/app/ |
D | SearchManager.java | 861 public Cursor getSuggestions(SearchableInfo searchable, String query) { in getSuggestions() method in SearchManager 862 return getSuggestions(searchable, query, -1); in getSuggestions() 876 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/base/packages/SettingsLib/src/com/android/settingslib/suggestions/ |
D | SuggestionList.java | 46 public List<Tile> getSuggestions() { in getSuggestions() method in SuggestionList
|
D | SuggestionParser.java | 131 public SuggestionList getSuggestions(boolean isSmartSuggestionEnabled) { in getSuggestions() method in SuggestionParser
|
/frameworks/base/core/java/android/text/style/ |
D | SuggestionSpan.java | 228 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 | SpellChecker.java | 318 mSpellCheckerSession.getSuggestions(textInfos, SuggestionSpan.SUGGESTIONS_MAX_SIZE, in spellCheck()
|
D | Editor.java | 2144 if (suggestionSpans[i].getSuggestions().length > 0) { in shouldOfferToShowSuggestions() 2165 hasValidSuggestions || suggestionSpans[i].getSuggestions().length > 0; in shouldOfferToShowSuggestions() 2754 String[] suggestions = targetSuggestionSpan.getSuggestions(); in replaceWithSuggestion() 3342 final String[] suggestions = suggestionSpan.getSuggestions(); in getSuggestionInfo()
|
/frameworks/base/services/core/java/com/android/server/ |
D | InputMethodManagerService.java | 2299 final String[] suggestions = span.getSuggestions(); in notifySuggestionPicked()
|
/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/api/ |
D | current.txt | 42427 method public java.lang.String[] getSuggestions(); 48438 method public deprecated void getSuggestions(android.view.textservice.TextInfo, int); 48439 method public deprecated void getSuggestions(android.view.textservice.TextInfo[], int, boolean);
|
D | test-current.txt | 42703 method public java.lang.String[] getSuggestions(); 48905 method public deprecated void getSuggestions(android.view.textservice.TextInfo, int); 48906 method public deprecated void getSuggestions(android.view.textservice.TextInfo[], int, boolean);
|
D | system-current.txt | 46012 method public java.lang.String[] getSuggestions(); 52029 method public deprecated void getSuggestions(android.view.textservice.TextInfo, int); 52030 method public deprecated void getSuggestions(android.view.textservice.TextInfo[], int, boolean);
|