Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java860 List<NotificationGroup> processedGroupsWithGroupKeyC = getGroupsWithGroupKey(GROUP_KEY_C, in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated() local
863 assertThat(processedGroupsWithGroupKeyC).hasSize(1); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated()
864 assertThat(processedGroupsWithGroupKeyC.get(0).isSeen()).isTrue(); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated()
907 List<NotificationGroup> processedGroupsWithGroupKeyC = getGroupsWithGroupKey(GROUP_KEY_C, in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted() local
909 assertThat(processedGroupsWithGroupKeyC).hasSize(1); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted()
910 assertThat(processedGroupsWithGroupKeyC.get(0).getChildNotifications()).hasSize(7); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted()
936 List<NotificationGroup> processedGroupsWithGroupKeyC = getGroupsWithGroupKey(GROUP_KEY_C, in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupDeleted() local
938 assertThat(processedGroupsWithGroupKeyC).hasSize(1); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupDeleted()
939 assertThat(processedGroupsWithGroupKeyC.get(0).getChildNotifications()).hasSize(1); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupDeleted()