Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java230 public boolean printedStop = false; field in CommandSchedulerFuncTest.MeasuredInvocation
277 printedStop = true; in notifyInvocationForceStopped()
324 assertFalse(mMockTestInvoker.printedStop); in testBatteryLowLevel()
404 assertTrue(mMockTestInvoker.printedStop); in testShutdown_interruptible()
483 assertFalse(mMockTestInvoker.printedStop); in testShutdown_notInterruptible()