Home
last modified time | relevance | path

Searched refs:oldSbn (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java636 StatusBarNotification oldSbn = entry.getSbn(); in updateNotificationInternal() local
641 mGroupManager.onEntryUpdated(entry, oldSbn); in updateNotificationInternal()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java6508 StatusBarNotification oldSbn = (old != null) ? old.getSbn() : null;
6510 if ((oldSbn == null || !Objects.equals(oldSbn.getGroup(), n.getGroup()))
6519 } else if (oldSbn != null) {
9266 StatusBarNotification oldSbn = (old != null) ? old.getSbn() : null;
9271 boolean oldSbnVisible = oldSbn != null ? isVisibleToListener(oldSbn, info)
9295 final StatusBarNotification oldSbnLightClone = oldSbn.cloneLight();