Searched refs:mQcConstants (Results 1 – 2 of 2) sorted by relevance
110 private QuotaController.QcConstants mQcConstants; field in QuotaControllerTest200 mQcConstants = mQuotaController.getQcConstants(); in setUp()389 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_RARE; in testOnAppRemovedLocked()390 expectedStats.sessionCountLimit = mQcConstants.MAX_SESSION_COUNT_RARE; in testOnAppRemovedLocked()429 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_RARE; in testOnUserRemovedLocked()430 expectedStats.sessionCountLimit = mQcConstants.MAX_SESSION_COUNT_RARE; in testOnUserRemovedLocked()599 + mQcConstants.IN_QUOTA_BUFFER_MS; in testUpdateExecutionStatsLocked_NoTimer()616 + mQcConstants.IN_QUOTA_BUFFER_MS; in testUpdateExecutionStatsLocked_NoTimer()640 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_ACTIVE; in testGetExecutionStatsLocked_Values()641 expectedStats.sessionCountLimit = mQcConstants.MAX_SESSION_COUNT_ACTIVE; in testGetExecutionStatsLocked_Values()[all …]
414 private final QcConstants mQcConstants; field in QuotaController579 mQcConstants = new QcConstants(mHandler); in QuotaController()602 mQcConstants.start(mContext.getContentResolver()); in onSystemServicesReady()2541 return mQcConstants; in getQcConstants()2807 mQcConstants.dump(pw); in dumpConstants()2812 mQcConstants.dump(proto); in dumpConstants()