Searched refs:getChildNotifications (Results 1 – 12 of 12) sorted by relevance
365 group.getChildNotifications().forEach( in group()378 notificationGroup.getChildNotifications().isEmpty()); in group()390 for (AlertEntry notification : group.getChildNotifications()) { in group()493 notificationGroup.getChildNotifications(), in rank()
158 List<AlertEntry> oldChildNotifications = oldItem.getChildNotifications(); in areContentsTheSame()159 List<AlertEntry> newChildNotifications = newItem.getChildNotifications(); in areContentsTheSame()
127 new HashSet<>(notificationGroup.getChildNotifications())); in CarNotificationItemTouchListener()130 : notificationGroup.getChildNotifications()) { in CarNotificationItemTouchListener()
110 .filter(g -> g.getChildNotifications().stream() in resetNotifications()
145 public List<AlertEntry> getChildNotifications() { in getChildNotifications() method in NotificationGroup
118 for (AlertEntry alertEntry : group.getChildNotifications()) { in updateUnseenNotification()
314 notificationGroup.getChildNotifications()
300 notificationGroup.getChildNotifications().forEach(notification -> { in registerChildNotificationsBeingCleared()
493 notifications.addAll(mNotifications.get(i).getChildNotifications()); in setNotificationsAsSeen()
137 assertThat(mNotificationGroup.getChildNotifications().get(0)).isEqualTo(mNotification1); in getChildNotifications_shouldReturnListOfAddedNotifications()138 assertThat(mNotificationGroup.getChildNotifications().get(1)).isEqualTo(mNotification1); in getChildNotifications_shouldReturnListOfAddedNotifications()
541 for (int i = 0; i < groupB.getChildNotifications().size(); i++) { in onRank_ranksNotificationsInEachGroup()542 String actualKey = groupB.getChildNotifications().get(i).getKey(); in onRank_ranksNotificationsInEachGroup()
147 group.getChildNotifications().forEach(notification -> { in bind()