Searched refs:oldActiveJob (Results 1 – 1 of 1) sorted by relevance
2093 JobStatus oldActiveJob = createJobStatus("testActiveJobBatching", createJobInfo()); in testActiveJobBatching_activeBatchingEnabled() local2094 oldActiveJob.setStandbyBucket(ACTIVE_INDEX); in testActiveJobBatching_activeBatchingEnabled()2097 oldActiveJob.setFirstForceBatchedTimeElapsed(oldBatchTime); in testActiveJobBatching_activeBatchingEnabled()2107 maybeQueueFunctor.accept(oldActiveJob); in testActiveJobBatching_activeBatchingEnabled()2108 assertEquals(oldBatchTime, oldActiveJob.getFirstForceBatchedTimeElapsed()); in testActiveJobBatching_activeBatchingEnabled()