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.java277 public void setInterruptibleInFuture(Thread thread, long timeMs); in setInterruptibleInFuture() argument
DRunUtil.java479 public void setInterruptibleInFuture(Thread thread, final long timeMs) { in setInterruptibleInFuture() argument
487 CLog.w("Setting future interruption in %s ms", timeMs); in setInterruptibleInFuture()
488 mWatchdogInterrupt.get().schedule(new InterruptTask(thread), timeMs); in setInterruptibleInFuture()