Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java365 group.getChildNotifications().forEach( in group()
378 notificationGroup.getChildNotifications().isEmpty()); in group()
390 for (AlertEntry notification : group.getChildNotifications()) { in group()
493 notificationGroup.getChildNotifications(), in rank()
DCarNotificationDiff.java158 List<AlertEntry> oldChildNotifications = oldItem.getChildNotifications(); in areContentsTheSame()
159 List<AlertEntry> newChildNotifications = newItem.getChildNotifications(); in areContentsTheSame()
DCarNotificationItemTouchListener.java127 new HashSet<>(notificationGroup.getChildNotifications())); in CarNotificationItemTouchListener()
130 : notificationGroup.getChildNotifications()) { in CarNotificationItemTouchListener()
DNotificationViewController.java110 .filter(g -> g.getChildNotifications().stream() in resetNotifications()
DNotificationGroup.java145 public List<AlertEntry> getChildNotifications() { in getChildNotifications() method in NotificationGroup
DNotificationDataManager.java118 for (AlertEntry alertEntry : group.getChildNotifications()) { in updateUnseenNotification()
DNotificationClickHandlerFactory.java314 notificationGroup.getChildNotifications()
DCarNotificationView.java300 notificationGroup.getChildNotifications().forEach(notification -> { in registerChildNotificationsBeingCleared()
DCarNotificationViewAdapter.java493 notifications.addAll(mNotifications.get(i).getChildNotifications()); in setNotificationsAsSeen()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationGroupTest.java137 assertThat(mNotificationGroup.getChildNotifications().get(0)).isEqualTo(mNotification1); in getChildNotifications_shouldReturnListOfAddedNotifications()
138 assertThat(mNotificationGroup.getChildNotifications().get(1)).isEqualTo(mNotification1); in getChildNotifications_shouldReturnListOfAddedNotifications()
DPreprocessingManagerTest.java541 for (int i = 0; i < groupB.getChildNotifications().size(); i++) { in onRank_ranksNotificationsInEachGroup()
542 String actualKey = groupB.getChildNotifications().get(i).getKey(); in onRank_ranksNotificationsInEachGroup()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java147 group.getChildNotifications().forEach(notification -> { in bind()