Home
last modified time | relevance | path

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

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