Searched refs:suggestions (Results 1 – 7 of 7) 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
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 7047 …cb1277239a6c00659,platform/system/core,fake_1VQmwE5LQoCL61LnThZ5dA@fakeemail.com,Usage suggestions. 31244 …s/Dialer,fake_RcW5BMSOQSGzAVjaa9po7w@fakeemail.com,Dialer integration of contacts suggestions promo 32414 …ages/apps/Settings,fake_OUDITKHUSL-yTt4gHeMWRQ@fakeemail.com,Limit the suggestions to be shown to … 32418 …/packages/apps/Settings,fake_xrcaZ76GRGyob3KRcz4Y_Q@fakeemail.com,Prevent double tap on suggestions 32588 …rm/packages/apps/Settings,fake_CCvUqMC_SMSQ1d3ObXm0Mw@fakeemail.com,Added suggestions for gestures. 32699 …apps/Settings,fake_IzRFdpHEShiyHia_j6D8LA@fakeemail.com,Moving load of suggestions from onViewCrea… 32751 …kages/apps/Settings,fake_xrcaZ76GRGyob3KRcz4Y_Q@fakeemail.com,Settings suggestions now describes e… 32832 …rm/packages/apps/Settings,fake_CCvUqMC_SMSQ1d3ObXm0Mw@fakeemail.com,Added suggestions for gestures. 33020 …ps/Settings,fake_R_yye5dUQG-JPs55Qq1NQg@fakeemail.com,Rebuild suggestions when suggestions are dis… 33096 …-553Q0CtWj_A@fakeemail.com,"Revert ""Revert ""Filter and display top 3 suggestions for exclusive t… [all …]
|