Searched refs:corruptNotifications (Results 1 – 1 of 1) sorted by relevance
1087 ArrayList<StatusBarNotification> corruptNotifications = null; in cleanUpNotificationList() local1100 if (corruptNotifications == null) { in cleanUpNotificationList()1101 corruptNotifications = new ArrayList<>(N); in cleanUpNotificationList()1103 corruptNotifications.add(sbn); in cleanUpNotificationList()1108 if (corruptNotifications != null) { in cleanUpNotificationList()1109 list.removeAll(corruptNotifications); in cleanUpNotificationList()