Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java199 assertFalse(mMockTestInvoker.runInterrupted); in testRun_scheduling()
206 public boolean runInterrupted = false; field in CommandSchedulerFuncTest.MeasuredInvocation
243 runInterrupted = true; in invoke()
293 assertFalse(mMockTestInvoker.runInterrupted); in testBatteryLowLevel()
343 assertTrue(mMockTestInvoker.runInterrupted); in testBatteryLowLevel_interruptible()
379 assertTrue(mMockTestInvoker.runInterrupted); in testShutdown_interruptible()
456 assertFalse(mMockTestInvoker.runInterrupted); in testShutdown_notInterruptible()
462 public boolean runInterrupted = false; field in CommandSchedulerFuncTest.LongInvocation
490 runInterrupted = true; in invoke()
571 assertTrue(li.runInterrupted); in testShutdown_notInterruptible_timeout()
[all …]