Searched refs:oldNotification (Results 1 – 3 of 3) sorted by relevance
259 StatusBarNotification oldNotification = childEntry.notification; in testUpdateGroupChangeDoesNotTransfer() local263 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateGroupChangeDoesNotTransfer()282 StatusBarNotification oldNotification = childEntry.notification; in testUpdateChildToSummaryDoesNotTransfer() local285 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateChildToSummaryDoesNotTransfer()
234 StatusBarNotification oldNotification) { in onEntryUpdated() argument235 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()
217 final StatusBarNotification oldNotification = entry.notification; in update() local219 mGroupManager.onEntryUpdated(entry, oldNotification); in update()