Searched refs:corruptNotifications (Results 1 – 1 of 1) sorted by relevance
563 ArrayList<StatusBarNotification> corruptNotifications = null; in getActiveNotifications() local574 if (corruptNotifications == null) { in getActiveNotifications()575 corruptNotifications = new ArrayList<>(N); in getActiveNotifications()577 corruptNotifications.add(sbn); in getActiveNotifications()582 if (corruptNotifications != null) { in getActiveNotifications()583 list.removeAll(corruptNotifications); in getActiveNotifications()