Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java268 .filter(box -> hasSuggestion(suggestions, box)) in suggestFlags()
275 private boolean hasSuggestion(List<String> suggestions, CheckBox box) { in hasSuggestion() method in IntentBuilderView