Searched refs:rankingUpdate (Results 1 – 2 of 2) sorted by relevance
795 private RankingMap(NotificationRankingUpdate rankingUpdate) { in RankingMap() argument796 mRankingUpdate = rankingUpdate; in RankingMap()905 NotificationRankingUpdate rankingUpdate = source.readParcelable(null);906 return new RankingMap(rankingUpdate);
3121 final StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) { in notifyPosted() argument3125 listener.onNotificationPosted(sbnHolder, rankingUpdate); in notifyPosted()3132 NotificationRankingUpdate rankingUpdate) { in notifyRemoved() argument3139 listener.onNotificationRemoved(sbnHolder, rankingUpdate); in notifyRemoved()3146 NotificationRankingUpdate rankingUpdate) { in notifyRankingUpdate() argument3149 listener.onNotificationRankingUpdate(rankingUpdate); in notifyRankingUpdate()