Searched refs:notificationInfos (Results 1 – 2 of 2) sorted by relevance
162 public void applyNotificationInfos(final List<NotificationInfo> notificationInfos) { in applyNotificationInfos() argument163 if (notificationInfos.isEmpty()) { in applyNotificationInfos()167 NotificationInfo mainNotification = notificationInfos.get(0); in applyNotificationInfos()170 for (int i = 1; i < notificationInfos.size(); i++) { in applyNotificationInfos()171 mFooter.addNotificationInfo(notificationInfos.get(i)); in applyNotificationInfos()
344 public void applyNotificationInfos(List<NotificationInfo> notificationInfos) { in applyNotificationInfos() argument345 mNotificationItemView.applyNotificationInfos(notificationInfos); in applyNotificationInfos()