Searched refs:getChildNotifications (Results 1 – 10 of 10) sorted by relevance
452 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()
172 List<AlertEntry> oldChildNotifications = oldItem.getChildNotifications(); in areContentsTheSame()173 List<AlertEntry> newChildNotifications = newItem.getChildNotifications(); in areContentsTheSame()
67 for (AlertEntry alertEntry : group.getChildNotifications()) { in NotificationGroup()242 public List<AlertEntry> getChildNotifications() { in getChildNotifications() method in NotificationGroup
138 alertEntries.addAll(group.getChildNotifications()); in updateUnseenNotificationGroups()
138 : notificationGroup.getChildNotifications()) { in CarNotificationItemTouchListener()
350 notificationGroup.getChildNotifications()
688 notifications.addAll(group.getChildNotifications()); in setVisibleNotificationsAsSeen()
137 assertThat(mNotificationGroup.getChildNotifications().get(0)).isEqualTo(mNotification1); in getChildNotifications_shouldReturnListOfAddedNotifications()138 assertThat(mNotificationGroup.getChildNotifications().get(1)).isEqualTo(mNotification1); in getChildNotifications_shouldReturnListOfAddedNotifications()
508 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()
277 newGroup.addNotification(mNotificationGroup.getChildNotifications().get(0)); in collapseGroup()395 AlertEntry notification = mNotificationGroup.getChildNotifications().get(i); in addNextPageOfNotificationsToList()