Searched refs:spyListener (Results 1 – 1 of 1) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityMagnificationTest.java | 705 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()
|