Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java4146 JobStatus jobBg2 = createJobStatus("testTimerTracking_ForegroundAndBackground", 2); in testTimerTracking_ForegroundAndBackground() local
4150 mQuotaController.maybeStartTrackingJobLocked(jobBg2, null); in testTimerTracking_ForegroundAndBackground()
4178 mQuotaController.maybeStartTrackingJobLocked(jobBg2, null); in testTimerTracking_ForegroundAndBackground()
4179 mQuotaController.prepareForExecutionLocked(jobBg2); in testTimerTracking_ForegroundAndBackground()
4193 mQuotaController.maybeStopTrackingJobLocked(jobBg2, null); in testTimerTracking_ForegroundAndBackground()
4207 mQuotaController.maybeStartTrackingJobLocked(jobBg2, null); in testTimerTracking_ForegroundAndBackground()
4228 mQuotaController.prepareForExecutionLocked(jobBg2); in testTimerTracking_ForegroundAndBackground()
4236 mQuotaController.maybeStopTrackingJobLocked(jobBg2, null); in testTimerTracking_ForegroundAndBackground()
4293 JobStatus jobBg2 = createJobStatus("testTimerTracking_JobCount_Background", 2); in testTimerTracking_JobCount_Background() local
4297 mQuotaController.maybeStartTrackingJobLocked(jobBg2, null); in testTimerTracking_JobCount_Background()
[all …]