Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java2230 JobStatus jobFg3 = createJobStatus("testTimerTracking_ForegroundAndBackground", 3); in testTimerTracking_ForegroundAndBackground() local
2233 mQuotaController.maybeStartTrackingJobLocked(jobFg3, null); in testTimerTracking_ForegroundAndBackground()
2259 mQuotaController.prepareForExecutionLocked(jobFg3); in testTimerTracking_ForegroundAndBackground()
2261 mQuotaController.maybeStopTrackingJobLocked(jobFg3, null, false); in testTimerTracking_ForegroundAndBackground()
2276 mQuotaController.maybeStartTrackingJobLocked(jobFg3, null); in testTimerTracking_ForegroundAndBackground()
2282 mQuotaController.prepareForExecutionLocked(jobFg3); in testTimerTracking_ForegroundAndBackground()
2290 mQuotaController.maybeStopTrackingJobLocked(jobFg3, null, false); in testTimerTracking_ForegroundAndBackground()