Home | History | Annotate | Download | only in notification

Lines Matching refs:sbn

75      * @param sbn the notification to snooze
78 abstract public void onNotificationSnoozedUntilContext(StatusBarNotification sbn,
84 * @param sbn the new notification
87 abstract public Adjustment onNotificationEnqueued(StatusBarNotification sbn);
103 ** @param sbn A data structure encapsulating at least the original information (tag and id)
112 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap,
114 onNotificationRemoved(sbn, rankingMap, reason);
172 StatusBarNotification sbn;
174 sbn = sbnHolder.get();
181 args.arg1 = sbn;
190 StatusBarNotification sbn;
192 sbn = sbnHolder.get();
199 args.arg1 = sbn;
219 StatusBarNotification sbn = (StatusBarNotification) args.arg1;
221 Adjustment adjustment = onNotificationEnqueued(sbn);
236 StatusBarNotification sbn = (StatusBarNotification) args.arg1;
239 onNotificationSnoozedUntilContext(sbn, snoozeCriterionId);