Searched refs:timeMs (Results 1 – 2 of 2) sorted by relevance
277 public void setInterruptibleInFuture(Thread thread, long timeMs); in setInterruptibleInFuture() argument
479 public void setInterruptibleInFuture(Thread thread, final long timeMs) { in setInterruptibleInFuture() argument487 CLog.w("Setting future interruption in %s ms", timeMs); in setInterruptibleInFuture()488 mWatchdogInterrupt.get().schedule(new InterruptTask(thread), timeMs); in setInterruptibleInFuture()