Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java276 String groupSummaryKey = null; in repostGroupSummary() local
283 groupSummaryKey = potentialGroupSummary.getKey(); in repostGroupSummary()
288 if (groupSummaryKey != null) { in repostGroupSummary()
289 NotificationRecord record = recordsByKey.remove(groupSummaryKey); in repostGroupSummary()
290 mPackages.remove(groupSummaryKey); in repostGroupSummary()
291 mUsers.remove(groupSummaryKey); in repostGroupSummary()