Searched refs:getChildNotifications (Results 1 – 9 of 9) sorted by relevance
137 assertThat(mNotificationGroup.getChildNotifications().get(0)).isEqualTo(mNOTIFICATION1); in getChildNotifications_shouldReturnListOfAddedNotifications()138 assertThat(mNotificationGroup.getChildNotifications().get(1)).isEqualTo(mNOTIFICATION1); in getChildNotifications_shouldReturnListOfAddedNotifications()
152 List<StatusBarNotification> oldChildNotifications = oldItem.getChildNotifications(); in areContentsTheSame()153 List<StatusBarNotification> newChildNotifications = newItem.getChildNotifications(); in areContentsTheSame()
366 group.getChildNotifications().forEach( in group()387 for (StatusBarNotification notification : group.getChildNotifications()) { in group()465 notificationGroup.getChildNotifications(), in rank()
110 for (StatusBarNotification sbn : group.getChildNotifications()) { in updateUnseenNotification()
140 public List<StatusBarNotification> getChildNotifications() { in getChildNotifications() method in NotificationGroup
110 .filter(g -> g.getChildNotifications().stream() in resetNotifications()
128 : notificationGroup.getChildNotifications()) { in CarNotificationItemTouchListener()
593 for (StatusBarNotification notification : notificationGroup.getChildNotifications()) { in setNotificationAsSeen()
141 group.getChildNotifications().forEach(notification -> { in bind()