Searched refs:oldNotification (Results 1 – 2 of 2) sorted by relevance
295 StatusBarNotification oldNotification = childEntry.getSbn(); in testUpdateGroupChangeDoesNotTransfer() local299 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateGroupChangeDoesNotTransfer()318 StatusBarNotification oldNotification = childEntry.getSbn(); in testUpdateChildToSummaryDoesNotTransfer() local322 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateChildToSummaryDoesNotTransfer()
493 public void onEntryUpdated(NotificationEntry entry, StatusBarNotification oldNotification) { in onEntryUpdated() argument497 onEntryUpdated(entry, oldNotification.getGroupKey(), oldNotification.isGroup(), in onEntryUpdated()498 oldNotification.getNotification().isGroupSummary()); in onEntryUpdated()