Searched refs:isShutdown (Results 1 – 1 of 1) sorted by relevance
975 while (!isShutdown()) { in run()1371 if (isShutdown()) { in addExecCommandToQueue()1593 protected synchronized boolean isShutdown() { in isShutdown() method in CommandScheduler1594 return mCommandTimer.isShutdown() || (mShutdownOnEmpty && getAllCommandsSize() == 0); in isShutdown()1598 return mCommandTimer.isShutdown() || mShutdownOnEmpty; in isShuttingDown()