Home
last modified time | relevance | path

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

/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
DMockJobService.java371 private CountDownLatch mWaitingForStopLatch; field in MockJobService.TestEnvironment
444 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()
/cts/tests/JobScheduler/src/android/jobscheduler/
DMockJobService.java371 private CountDownLatch mWaitingForStopLatch; field in MockJobService.TestEnvironment
444 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()