Searched defs:oldNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java202 StatusBarNotification oldNotification) {
203 String oldKey = oldNotification.getGroupKey();
206 boolean wasGroupChild = isGroupChild(oldNotification);
209 if (mGroupMap.get(getGroupKey(oldNotification)) != null) {
210 onEntryRemovedInternal(entry, oldNotification);
201 onEntryUpdated(NotificationData.Entry entry, StatusBarNotification oldNotification) argument

Completed in 54 milliseconds