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.java259 StatusBarNotification oldNotification = childEntry.notification; in testUpdateGroupChangeDoesNotTransfer() local
263 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateGroupChangeDoesNotTransfer()
282 StatusBarNotification oldNotification = childEntry.notification; in testUpdateChildToSummaryDoesNotTransfer() local
285 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateChildToSummaryDoesNotTransfer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java234 StatusBarNotification oldNotification) { in onEntryUpdated() argument
235 String oldKey = oldNotification.getGroupKey(); in onEntryUpdated()
238 boolean wasGroupChild = isGroupChild(oldNotification); in onEntryUpdated()
241 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()
242 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()