Searched refs:mQuotaController (Results 1 – 2 of 2) sorted by relevance
134 private QuotaController mQuotaController; field in QuotaControllerTest249 mQuotaController = new QuotaController(mJobSchedulerService, in setUp()273 mQcConstants = mQuotaController.getQcConstants(); in setUp()294 synchronized (mQuotaController.mLock) { in setCharging()295 mQuotaController.onBatteryStateChangedLocked(); in setCharging()301 synchronized (mQuotaController.mLock) { in setDischarging()302 mQuotaController.onBatteryStateChangedLocked(); in setDischarging()313 SparseBooleanArray foregroundUids = mQuotaController.getForegroundUids(); in setProcessState()359 mQuotaController.updateStandbyBucket(SOURCE_USER_ID, SOURCE_PACKAGE, bucketIndex); in setStandbyBucket()375 synchronized (mQuotaController.mLock) { in trackJobs()[all …]
310 private final QuotaController mQuotaController;1830 if (!mQuotaController.isWithinEJQuotaLocked(jobStatus)) {2681 mQuotaController =2683 mControllers.add(mQuotaController);4193 return Math.min(upperLimitMs, mQuotaController.getMaxJobExecutionTimeMsLocked(job));5669 return mQuotaController;5774 mQuotaController.clearAppStatsLocked(userId, pkgName);