Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java220 assertFalse(mMockTestInvoker.runInterrupted); in testRun_scheduling()
229 public boolean runInterrupted = false; field in CommandSchedulerFuncTest.MeasuredInvocation
267 runInterrupted = true; in invoke()
276 runInterrupted = true; in notifyInvocationForceStopped()
322 assertFalse(mMockTestInvoker.runInterrupted); in testBatteryLowLevel()
363 assertTrue(mMockTestInvoker.runInterrupted); in testBatteryLowLevel_interruptible()
402 assertTrue(mMockTestInvoker.runInterrupted); in testShutdown_interruptible()
481 assertFalse(mMockTestInvoker.runInterrupted); in testShutdown_notInterruptible()
487 public boolean runInterrupted = false; field in CommandSchedulerFuncTest.LongInvocation
515 runInterrupted = true; in invoke()
[all …]