Searched refs:isShutdown (Results 1 – 1 of 1) sorted by relevance
1015 while (!isShutdown()) { in run()1484 if (isShutdown()) { in addExecCommandToQueue()1716 protected synchronized boolean isShutdown() { in isShutdown() method in CommandScheduler1717 return mCommandTimer.isShutdown() || (mShutdownOnEmpty && getAllCommandsSize() == 0); in isShutdown()1721 return mCommandTimer.isShutdown() || mShutdownOnEmpty; in isShuttingDown()