Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java305 public void setInterruptibleInFuture(Thread thread, long timeMs); in setInterruptibleInFuture() argument
DRunUtil.java503 public void setInterruptibleInFuture(Thread thread, final long timeMs) { in setInterruptibleInFuture() argument
504 mInterrupter.allowInterruptAsync(thread, timeMs, TimeUnit.MILLISECONDS); in setInterruptibleInFuture()