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.java4147 JobStatus jobFg3 = createJobStatus("testTimerTracking_ForegroundAndBackground", 3); in testTimerTracking_ForegroundAndBackground() local
4151 mQuotaController.maybeStartTrackingJobLocked(jobFg3, null); in testTimerTracking_ForegroundAndBackground()
4185 mQuotaController.prepareForExecutionLocked(jobFg3); in testTimerTracking_ForegroundAndBackground()
4189 mQuotaController.maybeStopTrackingJobLocked(jobFg3, null); in testTimerTracking_ForegroundAndBackground()
4208 mQuotaController.maybeStartTrackingJobLocked(jobFg3, null); in testTimerTracking_ForegroundAndBackground()
4218 mQuotaController.prepareForExecutionLocked(jobFg3); in testTimerTracking_ForegroundAndBackground()
4232 mQuotaController.maybeStopTrackingJobLocked(jobFg3, null); in testTimerTracking_ForegroundAndBackground()
5866 JobStatus jobFg3 = in testEJTimerTracking_ForegroundAndBackground() local
5871 mQuotaController.maybeStartTrackingJobLocked(jobFg3, null); in testEJTimerTracking_ForegroundAndBackground()
5906 mQuotaController.prepareForExecutionLocked(jobFg3); in testEJTimerTracking_ForegroundAndBackground()
[all …]