Searched refs:isShutdown (Results 1 – 4 of 4) sorted by relevance
108 public boolean isShutdown() { in isShutdown() method in TracePropagatingExecutorService109 return delegate.isShutdown(); in isShutdown()
254 if (mMetricizeExecutor.isShutdown()) { in scheduleMetricizeTask()272 if (mServer != null && !mServer.isShutdown()) { in stop()
110 Assert.assertTrue("server should be shutdown after monitor stop", server.isShutdown()); in testServerStartAndShutdown()
1232 while (!isShutdown()) { in run()1749 if (isShutdown()) { in addExecCommandToQueue()2100 protected synchronized boolean isShutdown() { in isShutdown() method in CommandScheduler2101 return mCommandTimer.isShutdown() || (mShutdownOnEmpty && getAllCommandsSize() == 0); in isShutdown()2105 return mCommandTimer.isShutdown() || mShutdownOnEmpty || mStopScheduling; in isShuttingDown()