Home | History | Annotate | Download | only in intentplayground

Lines Matching refs:forEach

122         activities.forEach(activityInfo ->
138 .forEach(activityEntry -> {
203 .forEach(rb -> rb.setChecked(false));
212 .forEach(checkbox -> {
251 getCheckedFlags().forEach(this::suggestFlags);
260 getCheckedFlags().forEach(flag -> disableFlags(flag.getConflicts()));
269 .forEach(box -> {
286 getAllCheckBoxes().forEach(box -> box.setButtonTintList(mDefaultTint));
293 getAllCheckBoxes().forEach(box -> box.setChecked(false));
329 getAllCheckBoxes().forEach(box -> {
346 getAllCheckBoxes().forEach(box -> box.setEnabled(true));
360 flags.forEach(flag -> getCheckBox(flag).setEnabled(false));