Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2768 NotificationRecord removedSummary = mSummaryByGroupKey.remove(oldGroup); in handleGroupedNotificationLocked() local
2769 if (removedSummary != old) { in handleGroupedNotificationLocked()
2771 removedSummary != null ? removedSummary.getKey() : "<null>"; in handleGroupedNotificationLocked()