Searched refs:sWaitCompleteLatch (Results 1 – 1 of 1) sorted by relevance
59 static CountDownLatch sWaitCompleteLatch; field in JobIntentServiceTest167 sWaitCompleteLatch = new CountDownLatch(1); in initStatics()208 sWaitCompleteLatch.countDown(); in allowServiceToResumeFromWait()279 if (!sWaitCompleteLatch.await(10, TimeUnit.SECONDS)) { in onHandleWork()