Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityTextActionTest.java431 Runnable mockRunnableForData = mock(Runnable.class); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady() local
434 mockRunnableForData.run(); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()
442 verify(mockRunnableForData, times(0)).run(); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()
446 verify(mockRunnableForData, timeout(DEFAULT_TIMEOUT_MS)).run(); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()
479 Runnable mockRunnableForData = mock(Runnable.class); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout() local
486 mockRunnableForData.run(); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout()
493 verify(mockRunnableForData, timeout(DEFAULT_TIMEOUT_MS)).run(); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout()