Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java273 ArrayMap<String, NotificationRecord> recordsByKey = keysByPackage.get(pkg); in repostGroupSummary() local
275 if (recordsByKey != null) { in repostGroupSummary()
277 int N = recordsByKey.size(); in repostGroupSummary()
279 final NotificationRecord potentialGroupSummary = recordsByKey.valueAt(i); in repostGroupSummary()
289 NotificationRecord record = recordsByKey.remove(groupSummaryKey); in repostGroupSummary()