Searched refs:oldNotification (Results 1 – 2 of 2) sorted by relevance
188 StatusBarNotification oldNotification) { in onEntryUpdated() argument189 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()
2410 final StatusBarNotification oldNotification = entry.notification;2412 mGroupManager.onEntryUpdated(entry, oldNotification);