Searched refs:getGroupSummaryNotification (Results 1 – 10 of 10) sorted by relevance
62 if (group.getGroupSummaryNotification() != null) { in NotificationGroup()63 setGroupSummaryNotification(group.getGroupSummaryNotification()); in NotificationGroup()248 public AlertEntry getGroupSummaryNotification() { in getGroupSummaryNotification() method in NotificationGroup307 return getGroupSummaryNotification(); in getSingleNotification()315 return getGroupSummaryNotification(); in getNotificationForSorting()
117 oldItem.getGroupSummaryNotification(), newItem.getGroupSummaryNotification()); in sameGroupUniqueIdentifiers()164 oldItem.getGroupSummaryNotification(), newItem.getGroupSummaryNotification())) { in areContentsTheSame()
405 notificationGroup.getGroupSummaryNotification(); in group()425 AlertEntry groupSummary = notificationGroup.getGroupSummaryNotification(); in group()483 && group.getGroupSummaryNotification() == null; in group()486 && group.getGroupSummaryNotification() != null; in group()528 AlertEntry groupSummaryNotification = group.getGroupSummaryNotification(); in group()
144 if (group.getGroupSummaryNotification() != null) { in updateUnseenNotificationGroups()145 alertEntries.add(group.getGroupSummaryNotification()); in updateUnseenNotificationGroups()
333 AlertEntry summaryNotification = notificationGroup.getGroupSummaryNotification();
123 notificationGroup.getGroupSummaryNotification(); in CarNotificationItemTouchListener()
664 AlertEntry groupSummary = group.getGroupSummaryNotification(); in setNotificationsAsSeen()
191 mSummaryNotification = mNotificationGroup.getGroupSummaryNotification(); in bind()234 newGroup.addNotification(mNotificationGroup.getGroupSummaryNotification()); in bind()
121 assertThat(mNotificationGroup.getGroupSummaryNotification()).isEqualTo(mNotification1); in setGroupSummaryNotification_shouldReturnTrue()
513 if (group.getGroupSummaryNotification() != null) { in onGroup_groupsNotificationsBySeenUnseen()515 actualResultSeen.add(group.getGroupSummaryNotification().getKey()); in onGroup_groupsNotificationsBySeenUnseen()517 actualResultUnseen.add(group.getGroupSummaryNotification().getKey()); in onGroup_groupsNotificationsBySeenUnseen()658 AlertEntry groupSummaryNotification = group.getGroupSummaryNotification(); in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp()