Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java665 final ArrayMap<String, NotificationRecord> mSummaryByGroupKey = new ArrayMap<>(); field in NotificationManagerService
2300 + mSummaryByGroupKey.size() + mEnqueuedNotifications.size(); in getNotificationRecordCount()
2321 mSummaryByGroupKey.clear(); in clearNotifications()
2331 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()
6986 for (Entry<String, NotificationRecord> entry : mSummaryByGroupKey.entrySet()) {
8253 if (mSummaryByGroupKey.containsKey(r.getSbn().getGroupKey())) {
8850 NotificationRecord group = mSummaryByGroupKey.get(groupKey);
9043 NotificationRecord removedSummary = mSummaryByGroupKey.remove(oldGroup);
9052 mSummaryByGroupKey.put(group, r);
9762 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2492 mService.mSummaryByGroupKey.put("pkg", summary); in testAutobundledSummary_notificationAdded()
2513 mService.mSummaryByGroupKey.put("pkg", summary); in testAutobundledSummary_notificationRemoved()