Searched refs:mWaitingForStopLatch (Results 1 – 2 of 2) sorted by relevance
371 private CountDownLatch mWaitingForStopLatch; field in MockJobService.TestEnvironment444 return mWaitingForStopLatch.await(DEFAULT_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in awaitWaitingForStop()474 mWaitingForStopLatch.countDown(); in notifyWaitingForStop()490 mWaitingForStopLatch = null; in setExpectedExecutions()499 mWaitingForStopLatch = new CountDownLatch(1); in setExpectedWaitForStop()