Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java207 public boolean printedStop = false; field in CommandSchedulerFuncTest.MeasuredInvocation
252 printedStop = true; in notifyInvocationStopped()
295 assertFalse(mMockTestInvoker.printedStop); in testBatteryLowLevel()
381 assertTrue(mMockTestInvoker.printedStop); in testShutdown_interruptible()
458 assertFalse(mMockTestInvoker.printedStop); in testShutdown_notInterruptible()