Searched defs:rankingUpdate (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java5688 final StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) {
5692 listener.onNotificationPosted(sbnHolder, rankingUpdate);
5699 NotificationRankingUpdate rankingUpdate, int reason) {
5706 listener.onNotificationRemoved(sbnHolder, rankingUpdate, reason);
5713 NotificationRankingUpdate rankingUpdate) {
5716 listener.onNotificationRankingUpdate(rankingUpdate);
5687 notifyPosted(final ManagedServiceInfo info, final StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) argument
5698 notifyRemoved(ManagedServiceInfo info, StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate, int reason) argument
5712 notifyRankingUpdate(ManagedServiceInfo info, NotificationRankingUpdate rankingUpdate) argument
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1536 private RankingMap(NotificationRankingUpdate rankingUpdate) { argument
1537 mRankingUpdate = rankingUpdate;
1794 NotificationRankingUpdate rankingUpdate = source.readParcelable(null);
1795 return new RankingMap(rankingUpdate);

Completed in 79 milliseconds