Home
last modified time | relevance | path

Searched defs:oldSbn (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java339 final StatusBarNotification oldSbn = entry.notification.clone(); in updateRankingAndSort() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2723 StatusBarNotification oldSbn = (old != null) ? old.sbn : null; in run() local
4016 public void notifyPostedLocked(StatusBarNotification sbn, StatusBarNotification oldSbn) { in notifyPostedLocked()