Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorLogger.kt92 fun logSummaryMarkedInterrupted(summaryKey: String, childKey: String) {
94 str1 = summaryKey
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java2174 String summaryKey = in update() local
2176 if (summaryKey != null) { in update()
2177 mSuppressedGroupToNotifKeys.put(update.suppressedSummaryGroup, summaryKey); in update()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java917 String summaryKey = summaries.get(pkg); in updateAutobundledSummaryFlags() local
918 if (summaryKey == null) { in updateAutobundledSummaryFlags()
921 NotificationRecord summary = mNotificationsByKey.get(summaryKey); in updateAutobundledSummaryFlags()