Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorLogger.kt92 fun logSummaryMarkedInterrupted(summaryKey: String, childKey: String) { in logSummaryMarkedInterrupted()
94 str1 = summaryKey in logSummaryMarkedInterrupted()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java2511 String summaryKey = in update() local
2513 if (summaryKey != null) { in update()
2514 mSuppressedGroupToNotifKeys.put(update.suppressedSummaryGroup, summaryKey); in update()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1004 String summaryKey = summaries.get(pkg); in updateAutobundledSummaryLocked() local
1005 if (summaryKey == null) { in updateAutobundledSummaryLocked()
1008 NotificationRecord summary = mNotificationsByKey.get(summaryKey); in updateAutobundledSummaryLocked()