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.java276 final ArrayMap<String, NotificationRecord> mSummaryByGroupKey = new ArrayMap<>(); field in NotificationManagerService
2471 for (Entry<String, NotificationRecord> entry : mSummaryByGroupKey.entrySet()) { in dumpImpl()
2768 NotificationRecord removedSummary = mSummaryByGroupKey.remove(oldGroup); in handleGroupedNotificationLocked()
2777 mSummaryByGroupKey.put(group, r); in handleGroupedNotificationLocked()
3372 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey); in cancelNotificationLocked()
3374 mSummaryByGroupKey.remove(groupKey); in cancelNotificationLocked()