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.java563 ArrayList<StatusBarNotification> corruptNotifications = null; in getActiveNotifications() local
574 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()