Searched refs:isForceStopped (Results 1 – 2 of 2) sorted by relevance
80 when(runnable.isForceStopped()).thenReturn(true); in testReschedulesOnForceStop()89 when(runnable.isForceStopped()).thenReturn(false); in test_doNothingWhenNotForceStopped()
76 } else if (isForceStopped()) { in run()86 public boolean isForceStopped() { in isForceStopped() method in ForceStopRunnable