Home
last modified time | relevance | path

Searched refs:allowInterrupt (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandInterrupterTest.java60 mInterrupter.allowInterrupt(); in testAllowInterrupt()
70 mInterrupter.allowInterrupt(); in testInterrupt()
98 mInterrupter.allowInterrupt(); in testInterrupt_blocked()
111 mInterrupter.allowInterrupt(); in testInterrupt_clearsFlag()
158 mInterrupter.allowInterrupt(); in testAllowInterruptsAsync_alreadyAllowed()
DCommandSchedulerFuncTest.java147 RunUtil.getDefault().allowInterrupt(true); in setUp()
232 RunUtil.getDefault().allowInterrupt(true); in invoke()
414 RunUtil.getDefault().allowInterrupt(true); in testShutdown_notInterruptible()
485 RunUtil.getDefault().allowInterrupt(true); in invoke()
529 RunUtil.getDefault().allowInterrupt(true); in testShutdown_notInterruptible_timeout()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java180 getRunUtil().allowInterrupt(false); in setUp()
228 getRunUtil().allowInterrupt(true); in setUp()
236 getRunUtil().allowInterrupt(false); in setUp()
240 getRunUtil().allowInterrupt(true); in setUp()
254 getRunUtil().allowInterrupt(true); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java279 mRunUtil.allowInterrupt(true); in testInterrupt()
296 mRunUtil.allowInterrupt(false); in testInterrupt_delayed()
299 mRunUtil.allowInterrupt(true); in testInterrupt_delayed()
313 mRunUtil.allowInterrupt(true); in testInterrupt_multiple()
/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java290 public void allowInterrupt(boolean allow); in allowInterrupt() method
DRunUtil.java487 public void allowInterrupt(boolean allow) { in allowInterrupt() method in RunUtil
489 mInterrupter.allowInterrupt(); in allowInterrupt()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandInterrupter.java51 public void allowInterrupt() { in allowInterrupt() method in CommandInterrupter
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java294 getRunUtil().allowInterrupt(false); in performInvocation()
376 getRunUtil().allowInterrupt(true); in prepareAndRun()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceSshTunnelMonitor.java141 getRunUtil().allowInterrupt(true); in shutdown()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java111 mRunUtil.allowInterrupt(false); in run()