Searched refs:notificationList (Results 1 – 3 of 3) sorted by relevance
267 List<Notification> notificationList = new ArrayList<>(); in parseNotification() local269 return notificationList; in parseNotification()294 notificationList.add(new AdfSelectedNotification(adfOid)); in parseNotification()314 notificationList.add( in parseNotification()344 notificationList.add( in parseNotification()363 notificationList.add(new ControleeInfoAvailableNotification(arbitraryData)); in parseNotification()369 return notificationList; in parseNotification()
80 public void notificationsUpdated(@NonNull SparseArray<StatusBarNotification> notificationList) { in notificationsUpdated() argument81 mTvNotificationAdapter.setNotifications(notificationList); in notificationsUpdated()83 boolean noNotifications = notificationList.size() == 0; in notificationsUpdated()
1106 StatusBarNotification[] notificationList = in playPendingAlert() local1109 if(notificationList != null && notificationList.length >0) { in playPendingAlert()