Searched refs:suggestions (Results 1 – 6 of 6) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | SearchQueryResults.java | 98 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in doSearchQuery() local 100 suggestions.saveRecentQuery(queryString, null); in doSearchQuery()
|
D | SearchInvoke.java | 236 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in clearSearchHistory() local 238 suggestions.clearHistory(); in clearSearchHistory()
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | CandidateView.java | 239 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()
|
D | SoftKeyboard.java | 599 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/ |
D | IntentBuilderView.java | 265 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/ |
D | README.md | 5 system partition and give suggestions to copy necessary libraries to the vendor
|