Searched refs:runInterrupted (Results 1 – 1 of 1) sorted by relevance
199 assertFalse(mMockTestInvoker.runInterrupted); in testRun_scheduling()206 public boolean runInterrupted = false; field in CommandSchedulerFuncTest.MeasuredInvocation243 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.LongInvocation490 runInterrupted = true; in invoke()571 assertTrue(li.runInterrupted); in testShutdown_notInterruptible_timeout()[all …]