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

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java114 private RankingMap mRankingMap;
153 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) {
198 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) {
217 public void onNotificationRankingUpdate(RankingMap rankingMap) {
536 * Generally you should use the RankingMap that is passed with events such
537 * as {@link #onNotificationPosted(StatusBarNotification, RankingMap)},
538 * {@link #onNotificationRemoved(StatusBarNotification, RankingMap)}, and
540 * such events, for example to retrieve the RankingMap right after
543 * @return A {@link RankingMap} object providing access to ranking information
545 public RankingMap getCurrentRankin
789 public static class RankingMap implements Parcelable { class in class:NotificationListenerService
795 private RankingMap(NotificationRankingUpdate rankingUpdate) { method in class:NotificationListenerService.RankingMap
[all...]

Completed in 223 milliseconds