Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java4145 JobStatus jobBg1 = createJobStatus("testTimerTracking_ForegroundAndBackground", 1); in testTimerTracking_ForegroundAndBackground() local
4149 mQuotaController.maybeStartTrackingJobLocked(jobBg1, null); in testTimerTracking_ForegroundAndBackground()
4160 mQuotaController.prepareForExecutionLocked(jobBg1); in testTimerTracking_ForegroundAndBackground()
4164 mQuotaController.maybeStopTrackingJobLocked(jobBg1, jobBg1); in testTimerTracking_ForegroundAndBackground()
4206 mQuotaController.maybeStartTrackingJobLocked(jobBg1, null); in testTimerTracking_ForegroundAndBackground()
4212 mQuotaController.prepareForExecutionLocked(jobBg1); in testTimerTracking_ForegroundAndBackground()
4222 mQuotaController.maybeStopTrackingJobLocked(jobBg1, jobBg1); in testTimerTracking_ForegroundAndBackground()
4292 JobStatus jobBg1 = createJobStatus("testTimerTracking_JobCount_Background", 1); in testTimerTracking_JobCount_Background() local
4296 mQuotaController.maybeStartTrackingJobLocked(jobBg1, null); in testTimerTracking_JobCount_Background()
4306 mQuotaController.prepareForExecutionLocked(jobBg1); in testTimerTracking_JobCount_Background()
[all …]