Searched defs:rankingUpdate (Results 1 - 2 of 2) sorted by path

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

Completed in 174 milliseconds