Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DTrustedPresentationListenerTest.java202 final CountDownLatch viewAttached = new CountDownLatch(1); in waitForViewAttach() local
206 viewAttached.countDown(); in waitForViewAttach()
215 viewAttached.await(2000, TimeUnit.MILLISECONDS); in waitForViewAttach()
219 if (!wait(viewAttached, 2000 /* waitTimeMs */)) { in waitForViewAttach()