Searched refs:hasSuggestion (Results 1 – 1 of 1) sorted by relevance
268 .filter(box -> hasSuggestion(suggestions, box)) in suggestFlags()275 private boolean hasSuggestion(List<String> suggestions, CheckBox box) { in hasSuggestion() method in IntentBuilderView