Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java447 public long getShutdownTimeout() { in testShutdown_notInterruptible()
575 public long getShutdownTimeout() { in testShutdown_notInterruptible_timeout()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java918 if (getShutdownTimeout() != 0) { in stopInvocation()
919 RunUtil.getDefault().setInterruptibleInFuture(this, getShutdownTimeout()); in stopInvocation()
2595 public long getShutdownTimeout() { in getShutdownTimeout() method in CommandScheduler