Searched refs:mSummaryByGroupKey (Results 1 – 1 of 1) sorted by relevance
276 final ArrayMap<String, NotificationRecord> mSummaryByGroupKey = new ArrayMap<>(); field in NotificationManagerService2471 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()