Searched refs:checkInterrupted (Results 1 – 4 of 4) sorted by relevance
80 mInterrupter.checkInterrupted(); in testInterrupt()101 mInterrupter.checkInterrupted(); in testInterrupt_blocked()127 mInterrupter.checkInterrupted(); in testInterrupt_clearsFlag()134 mInterrupter.checkInterrupted(); in testInterrupt_clearsFlag()
66 checkInterrupted(); in allowInterrupt()73 checkInterrupted(); in blockInterrupt()133 public void checkInterrupted() throws RunInterruptedException { in checkInterrupted() method
552 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()
201 doNothing().doThrow(RunInterruptedException.class).when(interrupter).checkInterrupted(); in testRunTimed_interrupted()