Searched defs:rankingMap (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
101 mRankingMap = rankingMap;
277 public void onNotificationRankingUpdate(RankingMap rankingMap) { argument
280 new Delta(null, rankingMap)).sendToTarget();
284 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { argument
287 new Delta(sbn, rankingMap)).sendToTarget();
291 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { argument
294 new Delta(sbn, rankingMap)).sendToTarget();

Completed in 10 milliseconds