Searched refs:mQcConstants (Results 1 – 2 of 2) sorted by relevance
135 private QuotaController.QcConstants mQcConstants; field in QuotaControllerTest273 mQcConstants = mQuotaController.getQcConstants(); in setUp()425 mQcConstants.processConstantLocked(mDeviceConfigPropertiesBuilder.build(), key); in setDeviceConfigLong()433 mQcConstants.processConstantLocked(mDeviceConfigPropertiesBuilder.build(), key); in setDeviceConfigInt()560 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_RARE; in testOnAppRemovedLocked()561 expectedStats.sessionCountLimit = mQcConstants.MAX_SESSION_COUNT_RARE; in testOnAppRemovedLocked()621 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_RARE; in testOnUserRemovedLocked()622 expectedStats.sessionCountLimit = mQcConstants.MAX_SESSION_COUNT_RARE; in testOnUserRemovedLocked()821 + mQcConstants.IN_QUOTA_BUFFER_MS; in testUpdateExecutionStatsLocked_NoTimer()840 + mQcConstants.IN_QUOTA_BUFFER_MS; in testUpdateExecutionStatsLocked_NoTimer()[all …]
328 private final QcConstants mQcConstants; field in QuotaController550 mQcConstants = new QcConstants(); in QuotaController()3007 mQcConstants.mShouldReevaluateConstraints = false; in prepareForUpdatedConstantsLocked()3008 mQcConstants.mRateLimitingConstantsUpdated = false; in prepareForUpdatedConstantsLocked()3009 mQcConstants.mExecutionPeriodConstantsUpdated = false; in prepareForUpdatedConstantsLocked()3010 mQcConstants.mEJLimitConstantsUpdated = false; in prepareForUpdatedConstantsLocked()3011 mQcConstants.mQuotaBumpConstantsUpdated = false; in prepareForUpdatedConstantsLocked()3016 mQcConstants.processConstantLocked(properties, key); in processConstantLocked()3021 if (mQcConstants.mShouldReevaluateConstraints) { in onConstantsUpdatedLocked()4492 return mQcConstants; in getQcConstants()[all …]