Searched refs:notificationGroupList (Results 1 – 2 of 2) sorted by relevance
463 List<NotificationGroup> notificationGroupList = notifications.stream() in setNotifications() local469 notificationGroupList.add(0, createNotificationHeader()); in setNotifications()471 notificationGroupList.add(createNotificationFooter()); in setNotifications()478 new CarNotificationDiff(mContext, mNotifications, notificationGroupList, mMaxItems); in setNotifications()482 mNotifications = notificationGroupList; in setNotifications()498 List<NotificationGroup> notificationGroupList; in setSeenAndUnseenNotifications() local502 notificationGroupList = new ArrayList<>(); in setSeenAndUnseenNotifications()506 notificationGroupList = new ArrayList<>(unseenNotifications); in setSeenAndUnseenNotifications()509 notificationGroupList.add(/* index= */ 0, createRecentsHeader()); in setSeenAndUnseenNotifications()520 notificationGroupList.add(createOlderHeader()); in setSeenAndUnseenNotifications()[all …]
184 argThat(notificationGroupList -> notificationGroupList.size() == 1), eq(false)); in resetNotifications_removeAllGroupedNotifications()