Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java2365 JobStatus jobTop = createJobStatus("testTimerTracking_TopAndNonTop", 4); in testTimerTracking_TopAndNonTop() local
2369 mQuotaController.maybeStartTrackingJobLocked(jobTop, null); in testTimerTracking_TopAndNonTop()
2395 mQuotaController.prepareForExecutionLocked(jobTop); in testTimerTracking_TopAndNonTop()
2397 mQuotaController.maybeStopTrackingJobLocked(jobTop, null, false); in testTimerTracking_TopAndNonTop()
2414 mQuotaController.maybeStartTrackingJobLocked(jobTop, null); in testTimerTracking_TopAndNonTop()
2420 mQuotaController.prepareForExecutionLocked(jobTop); in testTimerTracking_TopAndNonTop()
2433 mQuotaController.maybeStopTrackingJobLocked(jobTop, null, false); in testTimerTracking_TopAndNonTop()
2449 JobStatus jobTop = createJobStatus("testTracking_OutOfQuota_ForegroundAndBackground", 2); in testTracking_OutOfQuota_ForegroundAndBackground() local
2450 trackJobs(jobBg, jobTop); in testTracking_OutOfQuota_ForegroundAndBackground()
2451 setStandbyBucket(WORKING_INDEX, jobTop, jobBg); // 2 hour window in testTracking_OutOfQuota_ForegroundAndBackground()
[all …]