Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java144 if (testCase.readyFence != null) { in runRenderSpec()
146 testCase.readyFence.await(5, TimeUnit.SECONDS); in runRenderSpec()
280 boolean useHardware, CountDownLatch readyFence) { in addLayout() argument
282 test.readyFence = readyFence; in addLayout()
339 public CountDownLatch readyFence; field in ActivityTestBase.TestCase