Searched refs:getGroupsWithGroupKey (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | PreprocessingManagerTest.java | 860 List<NotificationGroup> processedGroupsWithGroupKeyC = getGroupsWithGroupKey(GROUP_KEY_C, in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated() 880 /* isSeen= */ false, getGroupsWithGroupKey(GROUP_KEY_C, result)); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated() 907 List<NotificationGroup> processedGroupsWithGroupKeyC = getGroupsWithGroupKey(GROUP_KEY_C, in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted() 926 /* isSeen= */ true, getGroupsWithGroupKey(GROUP_KEY_C, result)); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted() 936 List<NotificationGroup> processedGroupsWithGroupKeyC = getGroupsWithGroupKey(GROUP_KEY_C, in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupDeleted() 955 /* isSeen= */ true, getGroupsWithGroupKey(GROUP_KEY_C, result)); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupDeleted() 1439 private List<NotificationGroup> getGroupsWithGroupKey(String groupKey, in getGroupsWithGroupKey() method in PreprocessingManagerTest
|