Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationListenerWithPlugins.java76 return onPluginRankingUpdate(super.getCurrentRanking()); in getCurrentRanking()
126 protected RankingMap onPluginRankingUpdate(RankingMap rankingMap) { in onPluginRankingUpdate() method in NotificationListenerWithPlugins
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java177 RankingMap r = onPluginRankingUpdate(rankingMap); in onNotificationRankingUpdate()