Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java430 public long getShutdownTimeout() { in testShutdown_notInterruptible()
545 public long getShutdownTimeout() { in testShutdown_notInterruptible_timeout()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java743 if (getShutdownTimeout() != 0) { in stopInvocation()
744 RunUtil.getDefault().setInterruptibleInFuture(this, getShutdownTimeout()); in stopInvocation()
2233 public long getShutdownTimeout() { in getShutdownTimeout() method in CommandScheduler