Searched refs:notificationInfos (Results 1 – 2 of 2) sorted by relevance
169 public void applyNotificationInfos(final List<NotificationInfo> notificationInfos) { in applyNotificationInfos() argument170 if (notificationInfos.isEmpty()) { in applyNotificationInfos()174 NotificationInfo mainNotification = notificationInfos.get(0); in applyNotificationInfos()177 for (int i = 1; i < notificationInfos.size(); i++) { in applyNotificationInfos()178 mFooter.addNotificationInfo(notificationInfos.get(i)); in applyNotificationInfos()
353 public void applyNotificationInfos(List<NotificationInfo> notificationInfos) { in applyNotificationInfos() argument355 mNotificationItemView.applyNotificationInfos(notificationInfos); in applyNotificationInfos()