Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandInterrupterTest.java80 mInterrupter.checkInterrupted(); in testInterrupt()
101 mInterrupter.checkInterrupted(); in testInterrupt_blocked()
127 mInterrupter.checkInterrupted(); in testInterrupt_clearsFlag()
134 mInterrupter.checkInterrupted(); in testInterrupt_clearsFlag()
/tools/tradefederation/core/common_util/com/android/tradefed/command/
DCommandInterrupter.java66 checkInterrupted(); in allowInterrupt()
73 checkInterrupted(); in blockInterrupt()
133 public void checkInterrupted() throws RunInterruptedException { in checkInterrupted() method
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java552 mInterrupter.checkInterrupted(); in runTimedWithOutputMonitor()
593 mInterrupter.checkInterrupted(); in runTimedWithOutputMonitor()
608 mInterrupter.checkInterrupted(); in runTimedWithOutputMonitor()
717 mInterrupter.checkInterrupted(); in sleep()
728 mInterrupter.checkInterrupted(); in sleep()
763 mInterrupter.checkInterrupted(); in interrupt()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRunUtilTest.java201 doNothing().doThrow(RunInterruptedException.class).when(interrupter).checkInterrupted(); in testRunTimed_interrupted()