Home
last modified time | relevance | path

Searched refs:allowInterruptAsync (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandInterrupterTest.java145 mInterrupter.allowInterruptAsync( in testAllowInterruptAsync()
172 mInterrupter.allowInterruptAsync( in testAllowInterruptsAsync_alreadyAllowed()
/tools/tradefederation/core/common_util/com/android/tradefed/command/
DCommandInterrupter.java94 public Future<?> allowInterruptAsync( in allowInterruptAsync() method in CommandInterrupter
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRunUtilTest.java637 .allowInterruptAsync( in testSetInterruptibleInFuture()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java750 mInterrupter.allowInterruptAsync(thread, timeMs, TimeUnit.MILLISECONDS); in setInterruptibleInFuture()