Searched refs:CommandInterrupter (Results 1 – 4 of 4) sorted by relevance
35 public class CommandInterrupter { class38 public static final CommandInterrupter INSTANCE = new CommandInterrupter();60 public CommandInterrupter() {} in CommandInterrupter() method in CommandInterrupter
46 private CommandInterrupter mInterrupter;50 mInterrupter = new CommandInterrupter(); in setUp()
37 import com.android.tradefed.command.CommandInterrupter;77 mRunUtil = new RunUtil(new CommandInterrupter()); in setUp()197 CommandInterrupter interrupter = Mockito.mock(CommandInterrupter.class); in testRunTimed_interrupted()629 CommandInterrupter interrupter = Mockito.mock(CommandInterrupter.class); in testSetInterruptibleInFuture()
23 import com.android.tradefed.command.CommandInterrupter;75 private final CommandInterrupter mInterrupter;81 this(CommandInterrupter.INSTANCE); in RunUtil()85 RunUtil(@Nonnull CommandInterrupter interrupter) { in RunUtil()