Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java1441 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