Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java107 private final Set<NotificationEntry> mAllNotifications = new ArraySet<>(); field in NotificationEntryManager
109 Collections.unmodifiableSet(mAllNotifications);
155 if (mAllNotifications.size() == 0) { in dump()
159 for (NotificationEntry entry : mAllNotifications) { in dump()
460 mAllNotifications.remove(pendingEntry); in removeNotificationInternal()
483 mAllNotifications.remove(entry); in removeNotificationInternal()
578 mAllNotifications.add(entry); in addNotificationInternal()