Home
last modified time | relevance | path

Searched refs:rankingUpdate (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1224 private RankingMap(NotificationRankingUpdate rankingUpdate) {
1225 mRankingUpdate = rankingUpdate;
1407 NotificationRankingUpdate rankingUpdate = source.readParcelable(null);
1408 return new RankingMap(rankingUpdate);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4120 final StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) { in notifyPosted() argument
4124 listener.onNotificationPosted(sbnHolder, rankingUpdate); in notifyPosted()
4131 NotificationRankingUpdate rankingUpdate) { in notifyRemoved() argument
4138 listener.onNotificationRemoved(sbnHolder, rankingUpdate); in notifyRemoved()
4145 NotificationRankingUpdate rankingUpdate) { in notifyRankingUpdate() argument
4148 listener.onNotificationRankingUpdate(rankingUpdate); in notifyRankingUpdate()