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/
DNotificationData.java339 final StatusBarNotification oldSbn = entry.notification.clone(); in updateRankingAndSort() local
341 if (!Objects.equals(oldSbn.getOverrideGroupKey(), overrideGroupKey)) { in updateRankingAndSort()
343 mGroupManager.onEntryUpdated(entry, oldSbn); in updateRankingAndSort()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2723 StatusBarNotification oldSbn = (old != null) ? old.sbn : null; in run() local
2724 mListeners.notifyPostedLocked(n, oldSbn); in run()
4016 public void notifyPostedLocked(StatusBarNotification sbn, StatusBarNotification oldSbn) { in notifyPostedLocked() argument
4022 boolean oldSbnVisible = oldSbn != null ? isVisibleToListener(oldSbn, info) : false; in notifyPostedLocked()
4031 final StatusBarNotification oldSbnLightClone = oldSbn.cloneLight(); in notifyPostedLocked()