Searched refs:runInterrupted (Results 1 – 1 of 1) sorted by relevance
220 assertFalse(mMockTestInvoker.runInterrupted); in testRun_scheduling()229 public boolean runInterrupted = false; field in CommandSchedulerFuncTest.MeasuredInvocation267 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.LongInvocation515 runInterrupted = true; in invoke()[all …]