Home
last modified time | relevance | path

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

/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
DMockJobService.java372 private CountDownLatch mWaitingForStopLatch; field in MockJobService.TestEnvironment
445 return mWaitingForStopLatch.await(DEFAULT_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in awaitWaitingForStop()
475 mWaitingForStopLatch.countDown(); in notifyWaitingForStop()
491 mWaitingForStopLatch = null; in setExpectedExecutions()
500 mWaitingForStopLatch = new CountDownLatch(1); in setExpectedWaitForStop()
/cts/tests/JobScheduler/src/android/jobscheduler/
DMockJobService.java437 private CountDownLatch mWaitingForStopLatch; field in MockJobService.TestEnvironment
539 return mWaitingForStopLatch.await(DEFAULT_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in awaitWaitingForStop()
583 mWaitingForStopLatch.countDown(); in notifyWaitingForStop()
608 mWaitingForStopLatch = null; in setExpectedExecutions()
621 mWaitingForStopLatch = new CountDownLatch(1); in setExpectedWaitForStop()