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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java278 final ArrayMap<String, NotificationRecord> mSummaryByGroupKey = new ArrayMap<>(); field in class:NotificationManagerService
2474 for (Entry<String, NotificationRecord> entry : mSummaryByGroupKey.entrySet()) {
2751 * <p>Updates mSummaryByGroupKey.</p>
2771 NotificationRecord removedSummary = mSummaryByGroupKey.remove(oldGroup);
2780 mSummaryByGroupKey.put(group, r);
3375 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);
3377 mSummaryByGroupKey.remove(groupKey);

Completed in 106 milliseconds