HomeSort by relevance Sort by last modified time
    Searched refs:setInterruptibleInFuture (Results 1 - 4 of 4) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/util/
IRunUtil.java 277 public void setInterruptibleInFuture(Thread thread, long timeMs);
RunUtil.java 479 public void setInterruptibleInFuture(Thread thread, final long timeMs) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
RunUtilTest.java 385 * Test whether a {@link RunUtil#setInterruptibleInFuture} change properly the interruptible
396 mRunUtil.setInterruptibleInFuture(Thread.currentThread(), 10);
419 * Test whether a {@link RunUtil#setInterruptibleInFuture} has not change the state yet.
424 mRunUtil.setInterruptibleInFuture(Thread.currentThread(), LONG_TIMEOUT_MS);
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandScheduler.java 714 RunUtil.getDefault().setInterruptibleInFuture(this, getShutdownTimeout());
    [all...]

Completed in 158 milliseconds