Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java495 mBubbles.removeSuppressedSummaryIfNecessary(groupKey, (summaryKey) -> { in setupNEM()
497 mNotificationEntryManager.getActiveNotificationUnfiltered(summaryKey); in setupNEM()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1415 String summaryKey = in update() local
1417 if (summaryKey != null) { in update()
1418 mSuppressedGroupToNotifKeys.put(update.suppressedSummaryGroup, summaryKey); in update()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java833 String summaryKey = summaries.get(pkg); in updateAutobundledSummaryFlags() local
834 if (summaryKey == null) { in updateAutobundledSummaryFlags()
837 NotificationRecord summary = mNotificationsByKey.get(summaryKey); in updateAutobundledSummaryFlags()