Home
last modified time | relevance | path

Searched defs:interrupter (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRunUtilTest.java170 CommandInterrupter interrupter = Mockito.mock(CommandInterrupter.class); in testRunTimed_interrupted() local
521 CommandInterrupter interrupter = Mockito.mock(CommandInterrupter.class); in testSetInterruptibleInFuture() local
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java84 RunUtil(@Nonnull CommandInterrupter interrupter) { in RunUtil()
88 private RunUtil(@Nonnull CommandInterrupter interrupter, boolean inheritEnvVars) { in RunUtil()