Searched refs:oldNotification (Results 1 – 3 of 3) sorted by relevance
256 StatusBarNotification oldNotification = childEntry.notification; in testUpdateGroupChangeDoesNotTransfer() local260 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateGroupChangeDoesNotTransfer()279 StatusBarNotification oldNotification = childEntry.notification; in testUpdateChildToSummaryDoesNotTransfer() local282 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateChildToSummaryDoesNotTransfer()
249 StatusBarNotification oldNotification) { in onEntryUpdated() argument250 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()
217 final StatusBarNotification oldNotification = entry.notification; in update() local219 mGroupManager.onEntryUpdated(entry, oldNotification); in update()