Searched defs:sbn (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DListener.java69 public Delta(StatusBarNotification sbn, RankingMap rankingMap) { argument
70 mSbn = sbn;
168 StatusBarNotification sbn = sNotifications.get(mTmpRanking.getRank());
169 if ((sbn.getNotification().flags & Notification.FLAG_AUTO_CANCEL) != 0 &&
170 sbn.getNotification().contentIntent != null) {
172 sbn.getNotification().contentIntent.send();
174 Log.d(TAG, "failed to send intent for " + sbn.getKey(), e);
185 StatusBarNotification sbn = sNotifications.get(mTmpRanking.getRank());
186 if (sbn.getNotification().contentIntent != null) {
188 sbn
232 onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) argument
238 onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) argument
[all...]

Completed in 29 milliseconds