Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java705 final OnMagnificationChangedListener spyListener = mock( in testListener() local
709 spyListener.onMagnificationChanged(controller1, region, scale, centerX, in testListener()
720 verify(spyListener, timeout(LISTENER_TIMEOUT_MILLIS)).onMagnificationChanged( in testListener()
726 verify(spyListener, timeout(LISTENER_TIMEOUT_MILLIS)).onMagnificationChanged( in testListener()
1480 final OnMagnificationChangedListener spyListener = mock( in waitOnMagnificationChanged() local
1484 spyListener.onMagnificationChanged(controller1, region, scale, centerX, in waitOnMagnificationChanged()
1495 verify(spyListener, timeout(LISTENER_TIMEOUT_MILLIS)).onMagnificationChanged( in waitOnMagnificationChanged()
1498 reset(spyListener); in waitOnMagnificationChanged()
1504 verify(spyListener, timeout(LISTENER_TIMEOUT_MILLIS)).onMagnificationChanged( in waitOnMagnificationChanged()