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.java1087 ArrayList<StatusBarNotification> corruptNotifications = null; in cleanUpNotificationList() local
1100 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()