Searched refs:onRankingApplied (Results 1 – 6 of 6) sorted by relevance
773 collectionListener.onRankingApplied() in <lambda>()791 collectionListener.onRankingApplied() in <lambda>()811 collectionListener.onRankingApplied() in <lambda>()832 collectionListener.onRankingApplied() in <lambda>()895 collectionListener.onRankingApplied() in <lambda>()911 collectionListener.onRankingApplied() in <lambda>()936 collectionListener.onRankingApplied() in <lambda>()953 collectionListener.onRankingApplied() in <lambda>()980 collectionListener.onRankingApplied() in <lambda>()993 collectionListener.onRankingApplied() in <lambda>()[all …]
105 default void onRankingApplied() { in onRankingApplied() method
106 listener.onRankingApplied() in dispatchToListener()
239 mListenerInOrder.verify(mCollectionListener).onRankingApplied(); in testEventDispatchedWhenNotifPosted()323 mListenerInOrder.verify(mCollectionListener).onRankingApplied(); in testEventDispatchedWhenNotifUpdated()346 mListenerInOrder.verify(mCollectionListener).onRankingApplied(); in testEventDispatchedWhenNotifRemoved()1543 verify(mCollectionListener).onRankingApplied(); in testSecondPostCallsUpdateWithTrue()1552 verify(mCollectionListener, times(2)).onRankingApplied(); in testSecondPostCallsUpdateWithTrue()1563 verify(mCollectionListener).onRankingApplied(); in testInternalNotifUpdaterCallsUpdate()1571 verify(mCollectionListener).onRankingApplied(); in testInternalNotifUpdaterCallsUpdate()1587 verify(mCollectionListener, never()).onRankingApplied(); in testInternalNotifUpdaterIgnoresNew()1611 verify(mCollectionListener).onRankingApplied(); in testMissingRanking()1623 verify(mCollectionListener).onRankingApplied(); in testMissingRanking()[all …]
93 override fun onRankingApplied() { in <lambda>() method in com.android.systemui.statusbar.notification.icon.IconManager
499 override fun onRankingApplied() { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator