Searched refs:oldNotification (Results 1 – 2 of 2) sorted by relevance
280 StatusBarNotification oldNotification = childEntry.getSbn(); in testUpdateGroupChangeDoesNotTransfer() local284 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateGroupChangeDoesNotTransfer()304 StatusBarNotification oldNotification = childEntry.getSbn(); in testUpdateChildToSummaryDoesNotTransfer() local308 mGroupManager.onEntryUpdated(childEntry, oldNotification); in testUpdateChildToSummaryDoesNotTransfer()
274 public void onEntryUpdated(NotificationEntry entry, StatusBarNotification oldNotification) { in onEntryUpdated() argument275 onEntryUpdated(entry, oldNotification.getGroupKey(), oldNotification.isGroup(), in onEntryUpdated()276 oldNotification.getNotification().isGroupSummary()); in onEntryUpdated()