Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1015 while (!isShutdown()) { in run()
1484 if (isShutdown()) { in addExecCommandToQueue()
1716 protected synchronized boolean isShutdown() { in isShutdown() method in CommandScheduler
1717 return mCommandTimer.isShutdown() || (mShutdownOnEmpty && getAllCommandsSize() == 0); in isShutdown()
1721 return mCommandTimer.isShutdown() || mShutdownOnEmpty; in isShuttingDown()