Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java424 final ArrayMap<String, NotificationRecord> mSummaryByGroupKey = new ArrayMap<>(); field in NotificationManagerService
1529 + mSummaryByGroupKey.size() + mEnqueuedNotifications.size(); in getNotificationRecordCount()
1549 mSummaryByGroupKey.clear(); in clearNotifications()
1557 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()
4712 for (Entry<String, NotificationRecord> entry : mSummaryByGroupKey.entrySet()) {
5339 if (mSummaryByGroupKey.containsKey(r.sbn.getGroupKey())) {
5861 NotificationRecord removedSummary = mSummaryByGroupKey.remove(oldGroup);
5870 mSummaryByGroupKey.put(group, r);
6775 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);
6777 mSummaryByGroupKey.remove(groupKey);