Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionListener.java119 default void onRankingUpdate(NotificationListenerService.RankingMap rankingMap) { in onRankingUpdate() method
DNotifEvent.kt100 listener.onRankingUpdate(rankingMap) in dispatchToListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java459 public void onRankingUpdate(RankingMap rankingMap) { in setupNotifPipeline()
460 BubblesManager.this.onRankingUpdate(rankingMap); in setupNotifPipeline()
492 void onRankingUpdate(RankingMap rankingMap) { in onRankingUpdate() method in BubblesManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt210 override fun onRankingUpdate(ranking: RankingMap) = in onRankingUpdate() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java1586 verify(mCollectionListener, never()).onRankingUpdate(any()); in testInternalNotifUpdaterIgnoresNew()
1622 verify(mCollectionListener).onRankingUpdate(any()); in testMissingRanking()
1814 public void onRankingUpdate(RankingMap rankingMap) { in onRankingUpdate() method in NotifCollectionTest.RecordingCollectionListener