Home | History | Annotate | Download | only in statusbar

Lines Matching refs:sbn

64             for (StatusBarNotification sbn : notifications) {
65 mEntryManager.addNotification(sbn, currentRanking);
71 public void onNotificationPosted(final StatusBarNotification sbn,
73 if (DEBUG) Log.d(TAG, "onNotificationPosted: " + sbn);
74 if (sbn != null && !onPluginNotificationPosted(sbn, rankingMap)) {
76 processForRemoteInput(sbn.getNotification(), mContext);
77 String key = sbn.getKey();
86 && mPresenter.getGroupManager().isChildInGroupWithSummary(sbn)) {
88 Log.d(TAG, "Ignoring group child due to existing summary: " + sbn);
101 mEntryManager.updateNotification(sbn, rankingMap);
103 mEntryManager.addNotification(sbn, rankingMap);
110 public void onNotificationRemoved(StatusBarNotification sbn,
112 if (DEBUG) Log.d(TAG, "onNotificationRemoved: " + sbn);
113 if (sbn != null && !onPluginNotificationRemoved(sbn, rankingMap)) {
114 final String key = sbn.getKey();