Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextActionTest.java356 Runnable mockRunnableForPrepare = mock(Runnable.class); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady() local
371 mockRunnableForPrepare.run(); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()
375 verify(mockRunnableForPrepare, times(0)).run(); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()
386 verify(mockRunnableForPrepare, timeout(DEFAULT_TIMEOUT_MS)).run(); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()
410 Runnable mockRunnableForPrepare = mock(Runnable.class); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout() local
419 mockRunnableForPrepare.run(); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout()
423 verify(mockRunnableForPrepare, times(0)).run(); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout()
437 verify(mockRunnableForPrepare, timeout(DEFAULT_TIMEOUT_MS)).run(); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout()