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

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1652 private RankingMap(NotificationRankingUpdate rankingUpdate) { argument
1653 mRankingUpdate = rankingUpdate;
1949 NotificationRankingUpdate rankingUpdate = source.readParcelable(null);
1950 return new RankingMap(rankingUpdate);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6806 final StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) {
6810 listener.onNotificationPosted(sbnHolder, rankingUpdate);
6817 NotificationRankingUpdate rankingUpdate, NotificationStats stats, int reason) {
6824 listener.onNotificationRemoved(sbnHolder, rankingUpdate, stats, reason);
6831 NotificationRankingUpdate rankingUpdate) {
6834 listener.onNotificationRankingUpdate(rankingUpdate);
6805 notifyPosted(final ManagedServiceInfo info, final StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) argument
6816 notifyRemoved(ManagedServiceInfo info, StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate, NotificationStats stats, int reason) argument
6830 notifyRankingUpdate(ManagedServiceInfo info, NotificationRankingUpdate rankingUpdate) argument

Completed in 497 milliseconds