Searched refs:oldSbn (Results 1 – 2 of 2) sorted by relevance
339 final StatusBarNotification oldSbn = entry.notification.clone(); in updateRankingAndSort() local341 if (!Objects.equals(oldSbn.getOverrideGroupKey(), overrideGroupKey)) { in updateRankingAndSort()343 mGroupManager.onEntryUpdated(entry, oldSbn); in updateRankingAndSort()
2723 StatusBarNotification oldSbn = (old != null) ? old.sbn : null; in run() local2724 mListeners.notifyPostedLocked(n, oldSbn); in run()4016 public void notifyPostedLocked(StatusBarNotification sbn, StatusBarNotification oldSbn) { in notifyPostedLocked() argument4022 boolean oldSbnVisible = oldSbn != null ? isVisibleToListener(oldSbn, info) : false; in notifyPostedLocked()4031 final StatusBarNotification oldSbnLightClone = oldSbn.cloneLight(); in notifyPostedLocked()