Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java304 private static CountDownLatch sPreparedLatch; field in CompatibilityTest
392 if (sPreparedLatch != null) { in run()
393 sPreparedLatch.countDown(); in run()
434 sPreparedLatch.countDown(); in run()
436 while(!sPreparedLatch.await(MINUTES_PER_PREP_ATTEMPT, TimeUnit.MINUTES)) { in run()
822 sPreparedLatch = new CountDownLatch(shardQueue.size()); in split()