Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DQuotaControllerTest.java1226 spyOn(mQuotaController); in testGetExecutionStatsLocked_Caching()
2720 spyOn(mQuotaController); in testMaybeScheduleStartAlarmLocked_Active()
2788 spyOn(mQuotaController); in testMaybeScheduleStartAlarmLocked_WorkingSet()
2867 spyOn(mQuotaController); in testMaybeScheduleStartAlarmLocked_Frequent()
2950 spyOn(mQuotaController); in testMaybeScheduleStartAlarmLocked_Never_EffectiveNotNever()
3030 spyOn(mQuotaController); in testMaybeScheduleStartAlarmLocked_Rare()
3117 spyOn(mQuotaController); in testMaybeScheduleStartAlarmLocked_BucketChange()
3330 spyOn(mQuotaController); in runTestMaybeScheduleStartAlarmLocked_SmallRollingQuota_AllowedTimeCheck()
3368 spyOn(mQuotaController); in runTestMaybeScheduleStartAlarmLocked_SmallRollingQuota_MaxTimeCheck()
4639 spyOn(mQuotaController); in testStartAlarmScheduled_JobCount_RateLimitingWindow()
[all …]
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java294 private final QuotaController mQuotaController;
1699 && !mQuotaController.isWithinEJQuotaLocked(jobStatus))) {
2505 mQuotaController =
2507 mControllers.add(mQuotaController);
3829 : mQuotaController.getMaxJobExecutionTimeMsLocked(job));
5102 return mQuotaController;
5206 mQuotaController.clearAppStatsLocked(userId, pkgName);