Searched refs:sbnHolder (Results 1 – 2 of 2) sorted by relevance
606 public void onNotificationPosted(IStatusBarNotificationHolder sbnHolder, in onNotificationPosted() argument610 sbn = sbnHolder.get(); in onNotificationPosted()628 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() argument632 sbn = sbnHolder.get(); in onNotificationRemoved()
3123 StatusBarNotificationHolder sbnHolder = new StatusBarNotificationHolder(sbn); in notifyPosted() local3125 listener.onNotificationPosted(sbnHolder, rankingUpdate); in notifyPosted()3137 StatusBarNotificationHolder sbnHolder = new StatusBarNotificationHolder(sbn); in notifyRemoved() local3139 listener.onNotificationRemoved(sbnHolder, rankingUpdate); in notifyRemoved()