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.java347 String groupSummaryKey = null; in repostGroupSummary() local
356 groupSummaryKey = potentialGroupSummary.getKey(); in repostGroupSummary()
361 if (groupSummaryKey != null) { in repostGroupSummary()
362 NotificationRecord record = mSnoozedNotifications.remove(groupSummaryKey); in repostGroupSummary()
363 String trimmedKey = getTrimmedString(groupSummaryKey); in repostGroupSummary()