Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java349 private Collection<CheckBox> getChecked() { in getChecked() method in IntentBuilderView
355 return getChecked().stream().map(checkBox -> (IntentFlag) checkBox.getTag(TAG_FLAG)) in getCheckedFlags()