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.java795 private RankingMap(NotificationRankingUpdate rankingUpdate) { in RankingMap() argument
796 mRankingUpdate = rankingUpdate; in RankingMap()
905 NotificationRankingUpdate rankingUpdate = source.readParcelable(null);
906 return new RankingMap(rankingUpdate);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3121 final StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) { in notifyPosted() argument
3125 listener.onNotificationPosted(sbnHolder, rankingUpdate); in notifyPosted()
3132 NotificationRankingUpdate rankingUpdate) { in notifyRemoved() argument
3139 listener.onNotificationRemoved(sbnHolder, rankingUpdate); in notifyRemoved()
3146 NotificationRankingUpdate rankingUpdate) { in notifyRankingUpdate() argument
3149 listener.onNotificationRankingUpdate(rankingUpdate); in notifyRankingUpdate()