Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java181 private boolean mStopScheduling = false; field in CommandScheduler
2105 return mCommandTimer.isShutdown() || mShutdownOnEmpty || mStopScheduling; in isShuttingDown()
2111 mStopScheduling = true; in stopScheduling()