Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/scvhapp/src/android/server/wm/scvh/
DCrossProcessSurfaceControlViewHostTestService.java45 private static final long WAIT_TIMEOUT_S = HW_TIMEOUT_MULTIPLIER * 5L; field in CrossProcessSurfaceControlViewHostTestService
107 return mView.mEvents.poll(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in getMotionEvent()
149 countDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in setKeepScreenOnFlag()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DAttachedSurfaceControlTest.java85 private static final long WAIT_TIMEOUT_S = 5L * HW_TIMEOUT_MULTIPLIER; field in AttachedSurfaceControlTest
336 mDrawCompleteLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in waitForDrawn()
362 countDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testCropWithChildBoundingInsets()
414 mReadyLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in waitForReady()
437 countDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testGetHostToken()
469 countDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testSyncTransactionViewNotVisible()
483 committedLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testSyncTransactionViewNotVisible()
507 countDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testSyncTransactionNothingToDraw()
519 committedLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testSyncTransactionNothingToDraw()
DSurfaceViewSurfaceValidatorTest.java54 private static final long WAIT_TIMEOUT_S = 5L * HW_TIMEOUT_MULTIPLIER; field in SurfaceViewSurfaceValidatorTest
116 readyLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testOnTopHasNoBackground()
142 readyLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testBackgroundIsBehindAllSurfaceView()
DSurfaceControlViewHostTests.java156 private static final long WAIT_TIMEOUT_S = 5L * HW_TIMEOUT_MULTIPLIER; field in SurfaceControlViewHostTests
490 waitForStableWindowGeometry(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace()
895 surfaceCreated.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testCanCopySurfacePackage()
910 surfacePackageReparented.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testCanCopySurfacePackage()
1264 waitForStableWindowGeometry(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in testEmbeddedViewReceivesInputOnBottom()
1310 waitForStableWindowGeometry(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in testHostInputTokenAllowsObscuredTouches()
1649 keepScreenOnSetLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in testKeepScreenOn()
1663 keepScreenOnUnsetLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in testKeepScreenOn()
1688 countDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in testKeepScreenOnCrossProcess()
1699 countDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in testKeepScreenOnCrossProcess()
[all …]
DSurfaceViewSyncTest.java60 private static final long WAIT_TIMEOUT_S = 5L * HW_TIMEOUT_MULTIPLIER; field in SurfaceViewSyncTest
133 return mCountDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS);
184 return mCountDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS);
DChoreographerTest.java56 private static final long WAIT_TIMEOUT_S = 5; field in ChoreographerTest
544 if (!countDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)) { in awaitCountDown()
DASurfaceControlTest.java21 import static android.view.cts.surfacevalidator.ASurfaceControlTestActivity.WAIT_TIMEOUT_S;
2062 assertTrue("timeout", readyFence.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testSurfaceTransaction_setFrameTimeline_preferredIndex()
2097 assertTrue("timeout", readyFence.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testSurfaceTransaction_setFrameTimeline_notPreferredIndex()
2458 assertTrue("timeout", readyFence.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testSetDesiredHdrHeadroom()
DSurfaceControlTest.java20 import static android.view.cts.surfacevalidator.ASurfaceControlTestActivity.WAIT_TIMEOUT_S;
2049 assertTrue("timeout", readyFence.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testSetDesiredHdrHeadroom()
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DASurfaceControlTestActivity.java69 public static final long WAIT_TIMEOUT_S = 5; field in ASurfaceControlTestActivity
139 mTransactionCommittedLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in verifyTest()
141 assertTrue("timeout", readyFence.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in verifyTest()
183 countDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in verifyScreenshot()
390 return mLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in waitForInsetsAnimation()
DCapturedActivity.java89 private static final long WAIT_TIMEOUT_S = 5L * HW_TIMEOUT_MULTIPLIER; field in CapturedActivity
210 frameDrawnLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in runTest()
255 setupLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in runTest()
265 testRunLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in runTest()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DDisplayHashManagerTest.java26 import static android.view.cts.surfacevalidator.ASurfaceControlTestActivity.WAIT_TIMEOUT_S;
317 waitForStableWindowGeometry(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in testGenerateDisplayHash_WindowOffscreen()