Home
last modified time | relevance | path

Searched refs:oldActiveJob (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobSchedulerServiceTest.java2093 JobStatus oldActiveJob = createJobStatus("testActiveJobBatching", createJobInfo()); in testActiveJobBatching_activeBatchingEnabled() local
2094 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()