Searched refs:recordsByKey (Results 1 – 1 of 1) sorted by relevance
273 ArrayMap<String, NotificationRecord> recordsByKey = keysByPackage.get(pkg); in repostGroupSummary() local275 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()