Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java277 public void setInterruptibleInFuture(Thread thread, long timeMs); in setInterruptibleInFuture() method
DRunUtil.java479 public void setInterruptibleInFuture(Thread thread, final long timeMs) { in setInterruptibleInFuture() method in RunUtil
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java396 mRunUtil.setInterruptibleInFuture(Thread.currentThread(), 10); in testSetInterruptibleInFuture()
424 mRunUtil.setInterruptibleInFuture(Thread.currentThread(), LONG_TIMEOUT_MS); in testSetInterruptibleInFuture_beforeTimeout()