Home
last modified time | relevance | path

Searched defs:shutdownHard (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java199 public void shutdownHard(); in shutdownHard() method
207 public void shutdownHard(boolean killAdb); in shutdownHard() method
DCommandScheduler.java2222 public synchronized void shutdownHard() { in shutdownHard() method in CommandScheduler
2226 private synchronized void shutdownHard(boolean killAdb, String reason, ErrorIdentifier error) { in shutdownHard() method in CommandScheduler
2244 public synchronized void shutdownHard(boolean killAdb) { in shutdownHard() method in CommandScheduler
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java141 public synchronized void shutdownHard() { in shutdownHard() method in ClusterCommandScheduler