Searched refs:corruptNotifications (Results 1 – 1 of 1) sorted by relevance
858 ArrayList<StatusBarNotification> corruptNotifications = null; in cleanUpNotificationList() local869 if (corruptNotifications == null) { in cleanUpNotificationList()870 corruptNotifications = new ArrayList<>(N); in cleanUpNotificationList()872 corruptNotifications.add(sbn); in cleanUpNotificationList()877 if (corruptNotifications != null) { in cleanUpNotificationList()878 list.removeAll(corruptNotifications); in cleanUpNotificationList()