Searched refs:mAllNotifications (Results 1 – 1 of 1) sorted by relevance
107 private final Set<NotificationEntry> mAllNotifications = new ArraySet<>(); field in NotificationEntryManager109 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()