Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt773 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionListener.java105 default void onRankingApplied() { in onRankingApplied() method
DNotifEvent.kt106 listener.onRankingApplied() in dispatchToListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java239 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt93 override fun onRankingApplied() { in <lambda>() method in com.android.systemui.statusbar.notification.icon.IconManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt499 override fun onRankingApplied() { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator