Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationRankerService.java222 public void onNotificationEnqueued(IStatusBarNotificationHolder sbnHolder, in onNotificationEnqueued() argument
226 sbn = sbnHolder.get(); in onNotificationEnqueued()
DNotificationListenerService.java866 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() argument
870 sbn = sbnHolder.get(); in onNotificationPosted()
906 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() argument
910 sbn = sbnHolder.get(); in onNotificationRemoved()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3881 StatusBarNotificationHolder sbnHolder = new StatusBarNotificationHolder(sbn); in notifyEnqueued() local
3883 ranker.onNotificationEnqueued(sbnHolder, importance, fromUser); in notifyEnqueued()
4122 StatusBarNotificationHolder sbnHolder = new StatusBarNotificationHolder(sbn); in notifyPosted() local
4124 listener.onNotificationPosted(sbnHolder, rankingUpdate); in notifyPosted()
4136 StatusBarNotificationHolder sbnHolder = new StatusBarNotificationHolder(sbn); in notifyRemoved() local
4138 listener.onNotificationRemoved(sbnHolder, rankingUpdate); in notifyRemoved()