Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DSnoozeHelper.java333 String groupSummaryKey = null; in repostGroupSummary() local
342 groupSummaryKey = potentialGroupSummary.getKey(); in repostGroupSummary()
347 if (groupSummaryKey != null) { in repostGroupSummary()
348 NotificationRecord record = mSnoozedNotifications.remove(groupSummaryKey); in repostGroupSummary()
349 String trimmedKey = getTrimmedString(groupSummaryKey); in repostGroupSummary()