Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java188 StatusBarNotification oldNotification) { in onEntryUpdated() argument
189 String oldKey = oldNotification.getGroupKey(); in onEntryUpdated()
192 boolean wasGroupChild = isGroupChild(oldNotification); in onEntryUpdated()
195 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()
196 onEntryRemovedInternal(entry, oldNotification); in onEntryUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java2410 final StatusBarNotification oldNotification = entry.notification;
2412 mGroupManager.onEntryUpdated(entry, oldNotification);