Searched refs:keepScreenOnUnsetLatch (Results 1 – 1 of 1) sorted by relevance
1656 final CountDownLatch keepScreenOnUnsetLatch = new CountDownLatch(2); in testKeepScreenOn() local1660 keepScreenOnUnsetLatch::countDown); in testKeepScreenOn()1661 mSurfaceView.getViewTreeObserver().addOnDrawListener(keepScreenOnUnsetLatch::countDown); in testKeepScreenOn()1663 keepScreenOnUnsetLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS); in testKeepScreenOn()