Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java137 private InOrder mListenerInOrder; field in NotifCollectionTest
152 mListenerInOrder = inOrder(mCollectionListener); in setUp()
187 mListenerInOrder.verify(mCollectionListener).onEntryInit(entry); in testEventDispatchedWhenNotifPosted()
188 mListenerInOrder.verify(mCollectionListener).onEntryAdded(entry); in testEventDispatchedWhenNotifPosted()
189 mListenerInOrder.verify(mCollectionListener).onRankingApplied(); in testEventDispatchedWhenNotifPosted()
263 mListenerInOrder.verify(mCollectionListener).onEntryUpdated(entry); in testEventDispatchedWhenNotifUpdated()
264 mListenerInOrder.verify(mCollectionListener).onRankingApplied(); in testEventDispatchedWhenNotifUpdated()
285 mListenerInOrder.verify(mCollectionListener).onEntryRemoved(entry, REASON_APP_CANCEL); in testEventDispatchedWhenNotifRemoved()
286 mListenerInOrder.verify(mCollectionListener).onEntryCleanUp(entry); in testEventDispatchedWhenNotifRemoved()
287 mListenerInOrder.verify(mCollectionListener).onRankingApplied(); in testEventDispatchedWhenNotifRemoved()