/cts/tests/surfacecontrol/scvhapp/src/android/server/wm/scvh/ |
D | CrossProcessSurfaceControlViewHostTestService.java | 45 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/ |
D | AttachedSurfaceControlTest.java | 85 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()
|
D | SurfaceViewSurfaceValidatorTest.java | 54 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()
|
D | SurfaceControlViewHostTests.java | 156 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 …]
|
D | SurfaceViewSyncTest.java | 60 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);
|
D | ChoreographerTest.java | 56 private static final long WAIT_TIMEOUT_S = 5; field in ChoreographerTest 544 if (!countDownLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)) { in awaitCountDown()
|
D | ASurfaceControlTest.java | 21 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()
|
D | SurfaceControlTest.java | 20 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/ |
D | ASurfaceControlTestActivity.java | 69 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()
|
D | CapturedActivity.java | 89 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/ |
D | DisplayHashManagerTest.java | 26 import static android.view.cts.surfacevalidator.ASurfaceControlTestActivity.WAIT_TIMEOUT_S; 317 waitForStableWindowGeometry(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in testGenerateDisplayHash_WindowOffscreen()
|