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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java365 final ArrayMap<String, NotificationRecord> mSummaryByGroupKey = new ArrayMap<>(); field in class:NotificationManagerService
1265 + mSummaryByGroupKey.size() + mEnqueuedNotifications.size();
1285 mSummaryByGroupKey.clear();
1293 mSummaryByGroupKey.put(r.getGroupKey(), r);
3909 for (Entry<String, NotificationRecord> entry : mSummaryByGroupKey.entrySet()) {
4297 if (mSummaryByGroupKey.containsKey(r.sbn.getGroupKey())) {
4680 * <p>Updates mSummaryByGroupKey.</p>
4701 NotificationRecord removedSummary = mSummaryByGroupKey.remove(oldGroup);
4710 mSummaryByGroupKey.put(group, r);
5486 NotificationRecord groupSummary = mSummaryByGroupKey
[all...]

Completed in 129 milliseconds