Home
last modified time | relevance | path

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

/core/core/src/androidTest/java/androidx/core/app/
DJobIntentServiceTest.java56 static CountDownLatch sReadyToRunLatch; field in JobIntentServiceTest
164 sReadyToRunLatch = new CountDownLatch(1); in initStatics()
176 sReadyToRunLatch.countDown(); in allowServiceToRun()
258 if (!sReadyToRunLatch.await(10, TimeUnit.SECONDS)) { in onCreate()