Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java1656 final CountDownLatch keepScreenOnUnsetLatch = new CountDownLatch(2); in testKeepScreenOn() local
1660 keepScreenOnUnsetLatch::countDown); in testKeepScreenOn()
1661 mSurfaceView.getViewTreeObserver().addOnDrawListener(keepScreenOnUnsetLatch::countDown); in testKeepScreenOn()
1663 keepScreenOnUnsetLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in testKeepScreenOn()