Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DVisualStabilityCoordinatorTest.java76 @Mock private Pluggable.PluggableListener<NotifStabilityManager> mInvalidateListener; field in VisualStabilityCoordinatorTest
126 mNotifStabilityManager.setInvalidationListener(mInvalidateListener); in setUp()
142 }).when(mInvalidateListener).onPluggableInvalidated(eq(mNotifStabilityManager), any()); in setUp()
544 verify(mInvalidateListener, mode).onPluggableInvalidated(eq(mNotifStabilityManager), any()); in verifyStabilityManagerWasInvalidated()