Searched refs:lastDelay (Results 1 – 2 of 2) sorted by relevance
109 long lastDelay; field in WrappingScheduledExecutorServiceTest.MockExecutor114 assertEquals(delay, lastDelay); in assertLastMethodCalled()121 assertEquals(delay, lastDelay); in assertLastMethodCalled()128 lastDelay = delay; in schedule()137 lastDelay = delay; in schedule()147 lastDelay = period; in scheduleAtFixedRate()157 lastDelay = delay; in scheduleWithFixedDelay()
1 …lastDelay=this.options.initialDelay;this.timer=d.delay(this.lastDelay,this);this.completeCheck=fun…