Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java879 List<NotificationGroup> unSeenGroupsWithGroupKeyC = getGroupsWithSeenState( in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated()
925 List<NotificationGroup> seenGroupsWithGroupKeyC = getGroupsWithSeenState( in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted()
954 List<NotificationGroup> seenGroupsWithGroupKeyC = getGroupsWithSeenState( in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupDeleted()
1444 private List<NotificationGroup> getGroupsWithSeenState(boolean isSeen, in getGroupsWithSeenState() method in PreprocessingManagerTest