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.java138 if (testCase.readyFence != null) { in runRenderSpec()
140 testCase.readyFence.await(5, TimeUnit.SECONDS); in runRenderSpec()
309 boolean useHardware, CountDownLatch readyFence) { in addLayout() argument
311 test.readyFence = readyFence; in addLayout()
347 public CountDownLatch readyFence; field in ActivityTestBase.TestCase