Searched refs:getChildNotifications (Results 1 – 8 of 8) sorted by relevance
152 List<StatusBarNotification> oldChildNotifications = oldItem.getChildNotifications(); in areContentsTheSame()153 List<StatusBarNotification> newChildNotifications = newItem.getChildNotifications(); in areContentsTheSame()
319 group.getChildNotifications().forEach( in group()340 for (StatusBarNotification notification : group.getChildNotifications()) { in group()418 notificationGroup.getChildNotifications(), in rank()
93 for (StatusBarNotification sbn : group.getChildNotifications()) { in updateUnseenNotification()
140 public List<StatusBarNotification> getChildNotifications() { in getChildNotifications() method in NotificationGroup
128 : notificationGroup.getChildNotifications()) { in CarNotificationItemTouchListener()
580 for (StatusBarNotification notification : notificationGroup.getChildNotifications()) { in setNotificationAsSeen()
137 assertThat(mNotificationGroup.getChildNotifications().get(0)).isEqualTo(mNOTIFICATION1); in getChildNotifications_shouldReturnListOfAddedNotifications()138 assertThat(mNotificationGroup.getChildNotifications().get(1)).isEqualTo(mNOTIFICATION1); in getChildNotifications_shouldReturnListOfAddedNotifications()
141 group.getChildNotifications().forEach(notification -> { in bind()