Searched refs:sReadyToRunLatch (Results 1 – 1 of 1) sorted by relevance
56 static CountDownLatch sReadyToRunLatch; field in JobIntentServiceTest164 sReadyToRunLatch = new CountDownLatch(1); in initStatics()176 sReadyToRunLatch.countDown(); in allowServiceToRun()258 if (!sReadyToRunLatch.await(10, TimeUnit.SECONDS)) { in onCreate()