Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java292 public boolean shouldShutdownOnCmdfileError(); in shouldShutdownOnCmdfileError() method
DConsole.java394 if (mScheduler.shouldShutdownOnCmdfileError()) { in runCmdfile()