Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DFullscreenMagnificationControllerTest.java76 private static final long WAIT_TIMEOUT_S = 5L * HW_TIMEOUT_MULTIPLIER; field in FullscreenMagnificationControllerTest
137 .that(transactionCommittedLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)) in enableFullscreenMagnification_visibleBorder()
171 .that(transactionCommittedLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)) in disableFullscreenMagnification_reverseAnimationAndReleaseScvh()
212 .that(transactionCommittedLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)) in onFullscreenMagnificationActivationChangeTrue_deactivating_reverseAnimator()
238 .that(transactionCommittedLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)) in onScreenSizeChanged_activated_borderChangedToExpectedSize()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DScreenshotTests.java266 private static final long WAIT_TIMEOUT_S = 5; field in ScreenshotTests.ScreenshotActivity
287 mAttachedLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in addChildSc()
297 countDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in addChildSc()