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/collection/
DNotificationData.java380 final StatusBarNotification oldSbn = entry.notification.cloneLight(); in updateRankingAndSort() local
382 if (!Objects.equals(oldSbn.getOverrideGroupKey(), overrideGroupKey)) { in updateRankingAndSort()
384 mGroupManager.onEntryUpdated(entry, oldSbn); in updateRankingAndSort()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java5407 StatusBarNotification oldSbn = (old != null) ? old.sbn : null;
5409 if ((oldSbn == null || !Objects.equals(oldSbn.getGroup(), n.getGroup()))
7901 StatusBarNotification oldSbn = (old != null) ? old.sbn : null;
7906 boolean oldSbnVisible = oldSbn != null ? isVisibleToListener(oldSbn, info) : false;
7929 final StatusBarNotification oldSbnLightClone = oldSbn.cloneLight();