Home
last modified time | relevance | path

Searched refs:rankingMap (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java195 public void onNotificationRankingUpdate(RankingMap rankingMap) { in onNotificationRankingUpdate() argument
196 String[] orderedKeys = rankingMap.getOrderedKeys(); in onNotificationRankingUpdate()
202 rankingMap.getRanking(key, rank); in onNotificationRankingUpdate()
217 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() argument
234 onNotificationRankingUpdate(rankingMap); in onNotificationPosted()
238 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() argument
243 onNotificationRankingUpdate(rankingMap); in onNotificationRemoved()