Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java529 if (isShuttingDown()) { in processReadyCommands()
548 if (isShuttingDown()) { in processReadyCommands()
702 if (isShuttingDown()) { in execCommands()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java346 if (isShuttingDown()) { in commandFinished()
1844 if (isShuttingDown()) { in execCommand()
2104 public synchronized boolean isShuttingDown() { in isShuttingDown() method in CommandScheduler
2131 if (!isShuttingDown()) { in doShutdown()
2153 if (!isShuttingDown()) { in shutdownOnEmpty()
2175 if (isShuttingDown()) { in removeAllCommands()
2202 if (isShuttingDown()) { in removeCommandsFromFile()
/tools/tradefederation/core/src/com/android/tradefed/service/management/
DDeviceManagementGrpcServer.java162 if (((CommandScheduler) mCommandScheduler).isShuttingDown()) { in reserveDevice()