Searched refs:corruptNotifications (Results 1 – 1 of 1) sorted by relevance
1071 ArrayList<StatusBarNotification> corruptNotifications = null; in cleanUpNotificationList() local1084 if (corruptNotifications == null) { in cleanUpNotificationList()1085 corruptNotifications = new ArrayList<>(N); in cleanUpNotificationList()1087 corruptNotifications.add(sbn); in cleanUpNotificationList()1092 if (corruptNotifications != null) { in cleanUpNotificationList()1093 list.removeAll(corruptNotifications); in cleanUpNotificationList()