Searched refs:onRankingApplied (Results 1 – 5 of 5) sorted by relevance
92 default void onRankingApplied() { in onRankingApplied() method
101 listener.onRankingApplied() in dispatchToListener()
652 listener.onRankingApplied(); in addNotificationInternal()705 listener.onRankingApplied(); in updateNotificationInternal()767 listener.onRankingApplied(); in updateNotificationRanking()875 listener.onRankingApplied(); in updateRanking()
65 override fun onRankingApplied() { in <lambda>() method in com.android.systemui.statusbar.notification.icon.IconManager
183 mListenerInOrder.verify(mCollectionListener).onRankingApplied(); in testEventDispatchedWhenNotifPosted()258 mListenerInOrder.verify(mCollectionListener).onRankingApplied(); in testEventDispatchedWhenNotifUpdated()281 mListenerInOrder.verify(mCollectionListener).onRankingApplied(); in testEventDispatchedWhenNotifRemoved()1382 public void onRankingApplied() { in onRankingApplied() method in NotifCollectionTest.RecordingCollectionListener