Searched refs:sbnHolder (Results 1 – 3 of 3) sorted by relevance
222 public void onNotificationEnqueued(IStatusBarNotificationHolder sbnHolder, in onNotificationEnqueued() argument226 sbn = sbnHolder.get(); in onNotificationEnqueued()
866 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() argument870 sbn = sbnHolder.get(); in onNotificationPosted()906 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() argument910 sbn = sbnHolder.get(); in onNotificationRemoved()
3881 StatusBarNotificationHolder sbnHolder = new StatusBarNotificationHolder(sbn); in notifyEnqueued() local3883 ranker.onNotificationEnqueued(sbnHolder, importance, fromUser); in notifyEnqueued()4122 StatusBarNotificationHolder sbnHolder = new StatusBarNotificationHolder(sbn); in notifyPosted() local4124 listener.onNotificationPosted(sbnHolder, rankingUpdate); in notifyPosted()4136 StatusBarNotificationHolder sbnHolder = new StatusBarNotificationHolder(sbn); in notifyRemoved() local4138 listener.onNotificationRemoved(sbnHolder, rankingUpdate); in notifyRemoved()