Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java452 notificationGroup.getChildNotifications().forEach(alertEntry -> { in group()
476 group.getChildNotifications().forEach( in group()
499 group.getChildNotifications().forEach( in group()
526 notificationGroup.getChildNotifications().isEmpty()); in group()
542 for (AlertEntry notification : group.getChildNotifications()) { in group()
674 for (AlertEntry alertEntry : notificationGroup.getChildNotifications()) { in additionalGroupAndRank()
750 notificationGroup.getChildNotifications(), in rank()
DCarNotificationDiff.java172 List<AlertEntry> oldChildNotifications = oldItem.getChildNotifications(); in areContentsTheSame()
173 List<AlertEntry> newChildNotifications = newItem.getChildNotifications(); in areContentsTheSame()
DNotificationGroup.java67 for (AlertEntry alertEntry : group.getChildNotifications()) { in NotificationGroup()
242 public List<AlertEntry> getChildNotifications() { in getChildNotifications() method in NotificationGroup
DNotificationDataManager.java138 alertEntries.addAll(group.getChildNotifications()); in updateUnseenNotificationGroups()
DCarNotificationItemTouchListener.java138 : notificationGroup.getChildNotifications()) { in CarNotificationItemTouchListener()
DNotificationClickHandlerFactory.java350 notificationGroup.getChildNotifications()
DCarNotificationViewAdapter.java688 notifications.addAll(group.getChildNotifications()); in setVisibleNotificationsAsSeen()
/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.java508 List<AlertEntry> childNotifications = group.getChildNotifications(); in onGroup_groupsNotificationsBySeenUnseen()
711 for (int i = 0; i < groupB.getChildNotifications().size(); i++) { in onRank_ranksNotificationsInEachGroup()
712 String actualKey = groupB.getChildNotifications().get(i).getKey(); in onRank_ranksNotificationsInEachGroup()
910 assertThat(processedGroupsWithGroupKeyC.get(0).getChildNotifications()).hasSize(7); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted()
928 assertThat(seenGroupsWithGroupKeyC.get(0).getChildNotifications()).hasSize(6); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted()
939 assertThat(processedGroupsWithGroupKeyC.get(0).getChildNotifications()).hasSize(1); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupDeleted()
1006 .getChildNotifications(); in onAdditionalGroupAndRank_addToExistingGroup_groupSurpassGroupingThresholdExist()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java277 newGroup.addNotification(mNotificationGroup.getChildNotifications().get(0)); in collapseGroup()
395 AlertEntry notification = mNotificationGroup.getChildNotifications().get(i); in addNextPageOfNotificationsToList()