Searched refs:oldSbn (Results 1 – 2 of 2) sorted by relevance
636 StatusBarNotification oldSbn = entry.getSbn(); in updateNotificationInternal() local641 mGroupManager.onEntryUpdated(entry, oldSbn); in updateNotificationInternal()
6508 StatusBarNotification oldSbn = (old != null) ? old.getSbn() : null;6510 if ((oldSbn == null || !Objects.equals(oldSbn.getGroup(), n.getGroup()))6519 } else if (oldSbn != null) {9266 StatusBarNotification oldSbn = (old != null) ? old.getSbn() : null;9271 boolean oldSbnVisible = oldSbn != null ? isVisibleToListener(oldSbn, info)9295 final StatusBarNotification oldSbnLightClone = oldSbn.cloneLight();