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.java975 while (!isShutdown()) { in run()
1371 if (isShutdown()) { in addExecCommandToQueue()
1593 protected synchronized boolean isShutdown() { in isShutdown() method in CommandScheduler
1594 return mCommandTimer.isShutdown() || (mShutdownOnEmpty && getAllCommandsSize() == 0); in isShutdown()
1598 return mCommandTimer.isShutdown() || mShutdownOnEmpty; in isShuttingDown()