Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java505 List<AlertEntry> childNotifications = group.getChildNotifications(); in onGroup_groupsNotificationsBySeenUnseen() local
506 for (int i = 0; i < childNotifications.size(); i++) { in onGroup_groupsNotificationsBySeenUnseen()
508 actualResultSeen.add(childNotifications.get(i).getKey()); in onGroup_groupsNotificationsBySeenUnseen()
510 actualResultUnseen.add(childNotifications.get(i).getKey()); in onGroup_groupsNotificationsBySeenUnseen()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java8727 Set<String> childNotifications = null;
8751 if (childNotifications == null) {
8752 childNotifications = new HashSet<>();
8754 childNotifications.add(r.getKey());
8762 if (childNotifications != null) {
8766 if (childNotifications.contains(r.getKey())) {