Home
last modified time | relevance | path

Searched refs:sbnHolder (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java606 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() argument
610 sbn = sbnHolder.get(); in onNotificationPosted()
628 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() argument
632 sbn = sbnHolder.get(); in onNotificationRemoved()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3123 StatusBarNotificationHolder sbnHolder = new StatusBarNotificationHolder(sbn); in notifyPosted() local
3125 listener.onNotificationPosted(sbnHolder, rankingUpdate); in notifyPosted()
3137 StatusBarNotificationHolder sbnHolder = new StatusBarNotificationHolder(sbn); in notifyRemoved() local
3139 listener.onNotificationRemoved(sbnHolder, rankingUpdate); in notifyRemoved()