Searched refs:notificationGroupList (Results 1 – 1 of 1) sorted by relevance
457 notificationGroupList.add(0, createNotificationHeader()); in setNotifications()459 notificationGroupList.add(createNotificationFooter()); in setNotifications()470 mNotifications = notificationGroupList; in setNotifications()486 List<NotificationGroup> notificationGroupList; in setSeenAndUnseenNotifications() local490 notificationGroupList = new ArrayList<>(); in setSeenAndUnseenNotifications()494 notificationGroupList = new ArrayList<>(unseenNotifications); in setSeenAndUnseenNotifications()508 notificationGroupList.add(createOlderHeader()); in setSeenAndUnseenNotifications()510 notificationGroupList.addAll(seenNotifications); in setSeenAndUnseenNotifications()515 notificationGroupList.add(0, createNotificationHeader()); in setSeenAndUnseenNotifications()517 notificationGroupList.add(createNotificationFooter()); in setSeenAndUnseenNotifications()[all …]