Searched refs:filterGroups (Results 1 – 1 of 1) sorted by relevance
1441 return filterGroups(ng -> TextUtils.equals(groupKey, ng.getGroupKey()), notificationGroups); in getGroupsWithGroupKey()1446 return filterGroups(ng -> ng.isSeen() == isSeen, notificationGroups); in getGroupsWithSeenState()1449 private List<NotificationGroup> filterGroups(Function<NotificationGroup, Boolean> filter, in filterGroups() method in PreprocessingManagerTest