Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java643 mQuotaController.prepareForExecutionLocked(jobStatus); in testUpdateExecutionStatsLocked_WithTimer()
680 mQuotaController.prepareForExecutionLocked(jobStatus); in testUpdateExecutionStatsLocked_WithTimer()
1075 mQuotaController.prepareForExecutionLocked(job); in testGetMaxJobExecutionTimeLocked()
1308 mQuotaController.prepareForExecutionLocked(jobStatus); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_BelowFGS()
1319 mQuotaController.prepareForExecutionLocked(jobStatus); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_BelowFGS()
1370 mQuotaController.prepareForExecutionLocked(unaffected); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
1373 mQuotaController.prepareForExecutionLocked(fgStateChanger); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
1384 mQuotaController.prepareForExecutionLocked(fgStateChanger); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
1505 mQuotaController.prepareForExecutionLocked(jobStatus); in testMaybeScheduleStartAlarmLocked_Active()
2027 mQuotaController.prepareForExecutionLocked(jobStatus); in testTimerTracking_Charging()
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DStateController.java72 public void prepareForExecutionLocked(JobStatus jobStatus) { in prepareForExecutionLocked() method in StateController
DContentObserverController.java125 public void prepareForExecutionLocked(JobStatus taskStatus) { in prepareForExecutionLocked() method in ContentObserverController
DQuotaController.java537 public void prepareForExecutionLocked(JobStatus jobStatus) { in prepareForExecutionLocked() method in QuotaController
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobConcurrencyManager.java421 controllers.get(ic).prepareForExecutionLocked(pendingJob); in assignJobsToContextsInternalLocked()