Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java256 StatusBarNotification oldNotification = childEntry.notification; in testUpdateGroupChangeDoesNotTransfer() local
260 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateGroupChangeDoesNotTransfer()
279 StatusBarNotification oldNotification = childEntry.notification; in testUpdateChildToSummaryDoesNotTransfer() local
282 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateChildToSummaryDoesNotTransfer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java249 StatusBarNotification oldNotification) { in onEntryUpdated() argument
250 String oldKey = oldNotification.getGroupKey(); in onEntryUpdated()
253 boolean wasGroupChild = isGroupChild(oldNotification); in onEntryUpdated()
256 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()
257 onEntryRemovedInternal(entry, oldNotification); in onEntryUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java217 final StatusBarNotification oldNotification = entry.notification; in update() local
219 mGroupManager.onEntryUpdated(entry, oldNotification); in update()