Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java327 public int getExecutingCommandCount(); in getExecutingCommandCount() method
DCommandRunner.java121 && mScheduler.getExecutingCommandCount() == 0) { in run()
DCommandScheduler.java2383 public synchronized int getExecutingCommandCount() { in getExecutingCommandCount() method in CommandScheduler