Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java179 private boolean mShutdownOnEmpty = false; field in CommandScheduler
2101 return mCommandTimer.isShutdown() || (mShutdownOnEmpty && getAllCommandsSize() == 0); in isShutdown()
2105 return mCommandTimer.isShutdown() || mShutdownOnEmpty || mStopScheduling; in isShuttingDown()
2155 mShutdownOnEmpty = true; in shutdownOnEmpty()