Searched refs:oldSbn (Results 1 – 2 of 2) sorted by relevance
380 final StatusBarNotification oldSbn = entry.notification.cloneLight(); in updateRankingAndSort() local382 if (!Objects.equals(oldSbn.getOverrideGroupKey(), overrideGroupKey)) { in updateRankingAndSort()384 mGroupManager.onEntryUpdated(entry, oldSbn); in updateRankingAndSort()
5407 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();