Searched refs:mInvalidateListener (Results 1 – 1 of 1) sorted by relevance
76 @Mock private Pluggable.PluggableListener<NotifStabilityManager> mInvalidateListener; field in VisualStabilityCoordinatorTest126 mNotifStabilityManager.setInvalidationListener(mInvalidateListener); in setUp()142 }).when(mInvalidateListener).onPluggableInvalidated(eq(mNotifStabilityManager), any()); in setUp()544 verify(mInvalidateListener, mode).onPluggableInvalidated(eq(mNotifStabilityManager), any()); in verifyStabilityManagerWasInvalidated()