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

/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DListener.java99 public Delta(StatusBarNotification sbn, RankingMap rankingMap) { argument
100 mSbn = sbn;
206 StatusBarNotification sbn = sNotifications.get(mTmpRanking.getRank());
207 if ((sbn.getNotification().flags & Notification.FLAG_AUTO_CANCEL) != 0 &&
208 sbn.getNotification().contentIntent != null) {
210 sbn.getNotification().contentIntent.send();
212 Log.d(TAG, "failed to send intent for " + sbn.getKey(), e);
223 StatusBarNotification sbn = sNotifications.get(mTmpRanking.getRank());
224 if (sbn.getNotification().contentIntent != null) {
226 sbn
284 onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) argument
291 onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) argument
[all...]

Completed in 139 milliseconds