Home
last modified time | relevance | path

Searched refs:corruptNotifications (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java858 ArrayList<StatusBarNotification> corruptNotifications = null; in cleanUpNotificationList() local
869 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()