Home
last modified time | relevance | path

Searched refs:suggestions (Results 1 – 6 of 6) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DSearchQueryResults.java98 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in doSearchQuery() local
100 suggestions.saveRecentQuery(queryString, null); in doSearchQuery()
DSearchInvoke.java236 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in clearSearchHistory() local
238 suggestions.clearHistory(); in clearSearchHistory()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java239 public void setSuggestions(List<String> suggestions, boolean completions, in setSuggestions() argument
242 if (suggestions != null) { in setSuggestions()
243 mSuggestions = new ArrayList<String>(suggestions); in setSuggestions()
DSoftKeyboard.java599 public void setSuggestions(List<String> suggestions, boolean completions, in setSuggestions() argument
601 if (suggestions != null && suggestions.size() > 0) { in setSuggestions()
607 mCandidateView.setSuggestions(suggestions, completions, typedWordValid); in setSuggestions()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java265 List<String> suggestions = flag.getComplements().stream().map(IntentFlag::getName) in suggestFlags() local
268 .filter(box -> hasSuggestion(suggestions, box)) in suggestFlags()
275 private boolean hasSuggestion(List<String> suggestions, CheckBox box) { in hasSuggestion() argument
278 return suggestions.contains(flag.getName()); in hasSuggestion()
/development/vndk/tools/definition-tool/
DREADME.md5 system partition and give suggestions to copy necessary libraries to the vendor