Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java508 List<AlertEntry> childNotifications = group.getChildNotifications(); in onGroup_groupsNotificationsBySeenUnseen() local
509 for (int i = 0; i < childNotifications.size(); i++) { in onGroup_groupsNotificationsBySeenUnseen()
511 actualResultSeen.add(childNotifications.get(i).getKey()); in onGroup_groupsNotificationsBySeenUnseen()
513 actualResultUnseen.add(childNotifications.get(i).getKey()); in onGroup_groupsNotificationsBySeenUnseen()