Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/invoker/tracing/
DTracePropagatingExecutorService.java108 public boolean isShutdown() { in isShutdown() method in TracePropagatingExecutorService
109 return delegate.isShutdown(); in isShutdown()
/tools/tradefederation/core/src/com/android/tradefed/monitoring/
DLabResourceDeviceMonitor.java254 if (mMetricizeExecutor.isShutdown()) { in scheduleMetricizeTask()
272 if (mServer != null && !mServer.isShutdown()) { in stop()
/tools/tradefederation/core/javatests/com/android/tradefed/monitoring/
DLabResourceDeviceMonitorTest.java110 Assert.assertTrue("server should be shutdown after monitor stop", server.isShutdown()); in testServerStartAndShutdown()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1232 while (!isShutdown()) { in run()
1749 if (isShutdown()) { in addExecCommandToQueue()
2100 protected synchronized boolean isShutdown() { in isShutdown() method in CommandScheduler
2101 return mCommandTimer.isShutdown() || (mShutdownOnEmpty && getAllCommandsSize() == 0); in isShutdown()
2105 return mCommandTimer.isShutdown() || mShutdownOnEmpty || mStopScheduling; in isShuttingDown()