Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java326 if (isShuttingDown()) { in commandFinished()
1720 protected synchronized boolean isShuttingDown() { in isShuttingDown() method in CommandScheduler
1735 if (!isShuttingDown()) { in doShutdown()
1755 if (!isShuttingDown()) { in shutdownOnEmpty()
1779 if (isShuttingDown()) { in removeAllCommands()
1807 if (isShuttingDown()) { in removeCommandsFromFile()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java445 if (isShuttingDown()) { in processReadyCommands()