Searched refs:oldSbn (Results 1 – 2 of 2) sorted by relevance
441 final StatusBarNotification oldSbn = entry.notification.cloneLight(); in updateRankingAndSort() local443 if (!Objects.equals(oldSbn.getOverrideGroupKey(), overrideGroupKey)) { in updateRankingAndSort()445 mGroupManager.onEntryUpdated(entry, oldSbn); in updateRankingAndSort()
3561 StatusBarNotification oldSbn = (old != null) ? old.sbn : null; in run() local3562 mListeners.notifyPostedLocked(n, oldSbn); in run()5148 public void notifyPostedLocked(StatusBarNotification sbn, StatusBarNotification oldSbn) { in notifyPostedLocked() argument5154 boolean oldSbnVisible = oldSbn != null ? isVisibleToListener(oldSbn, info) : false; in notifyPostedLocked()5163 final StatusBarNotification oldSbnLightClone = oldSbn.cloneLight(); in notifyPostedLocked()