Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/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()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java152 List<StatusBarNotification> oldChildNotifications = oldItem.getChildNotifications(); in areContentsTheSame()
153 List<StatusBarNotification> newChildNotifications = newItem.getChildNotifications(); in areContentsTheSame()
DPreprocessingManager.java366 group.getChildNotifications().forEach( in group()
387 for (StatusBarNotification notification : group.getChildNotifications()) { in group()
465 notificationGroup.getChildNotifications(), in rank()
DNotificationDataManager.java110 for (StatusBarNotification sbn : group.getChildNotifications()) { in updateUnseenNotification()
DNotificationGroup.java140 public List<StatusBarNotification> getChildNotifications() { in getChildNotifications() method in NotificationGroup
DNotificationViewController.java110 .filter(g -> g.getChildNotifications().stream() in resetNotifications()
DCarNotificationItemTouchListener.java128 : notificationGroup.getChildNotifications()) { in CarNotificationItemTouchListener()
DCarNotificationViewAdapter.java593 for (StatusBarNotification notification : notificationGroup.getChildNotifications()) { in setNotificationAsSeen()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java141 group.getChildNotifications().forEach(notification -> { in bind()