Searched refs:mNotificationSet (Results 1 – 1 of 1) sorted by relevance
161 Collections.unmodifiableCollection(mNotificationSet.values());229 return mNotificationSet.get(key); in getEntry()472 final NotificationEntry entry = mNotificationSet.get(sbn.getKey()); in onNotificationRemoved()509 NotificationEntry entry = mNotificationSet.get(sbn.getKey()); in postNotification()516 mNotificationSet.put(sbn.getKey(), entry); in postNotification()575 mNotificationSet.remove(entry.getKey()); in tryRemoveNotification()593 return mNotificationSet in getGroupSummary()613 return mNotificationSet.get(entry.getKey()) == entry in isOnlyChildInGroup()614 && mNotificationSet in isOnlyChildInGroup()624 for (NotificationEntry entry : mNotificationSet.values()) { in applyRanking()[all …]