Home
last modified time | relevance | path

Searched defs:suggestions (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DSearchQueryResults.java98 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in doSearchQuery() local
DSearchInvoke.java236 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in clearSearchHistory() local
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java265 List<String> suggestions = flag.getComplements().stream().map(IntentFlag::getName) in suggestFlags() local
275 private boolean hasSuggestion(List<String> suggestions, CheckBox box) { in hasSuggestion()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java239 public void setSuggestions(List<String> suggestions, boolean completions, in setSuggestions()
DSoftKeyboard.java599 public void setSuggestions(List<String> suggestions, boolean completions, in setSuggestions()