Home
last modified time | relevance | path

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

/core/core/src/androidTest/java/androidx/core/app/
DJobIntentServiceTest.java59 static CountDownLatch sWaitCompleteLatch; field in JobIntentServiceTest
167 sWaitCompleteLatch = new CountDownLatch(1); in initStatics()
208 sWaitCompleteLatch.countDown(); in allowServiceToResumeFromWait()
279 if (!sWaitCompleteLatch.await(10, TimeUnit.SECONDS)) { in onHandleWork()