Searched refs:MAX_JOB_COUNT_WORKING (Results 1 – 2 of 2) sorted by relevance
2110 public int MAX_JOB_COUNT_WORKING = DEFAULT_MAX_JOB_COUNT_WORKING; field in QuotaController.QcConstants2233 MAX_JOB_COUNT_WORKING = mParser.getInt( in onChange()2331 int newWorkingMaxJobCount = Math.max(MIN_BUCKET_JOB_COUNT, MAX_JOB_COUNT_WORKING); in updateConstants()2408 pw.printPair(KEY_MAX_JOB_COUNT_WORKING, MAX_JOB_COUNT_WORKING).println(); in dump()2440 proto.write(ConstantsProto.QuotaController.MAX_JOB_COUNT_WORKING, in dump()2441 MAX_JOB_COUNT_WORKING); in dump()
653 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_WORKING; in testGetExecutionStatsLocked_Values()726 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_WORKING; in testGetExecutionStatsLocked_Values_BeginningOfTime()1813 mQcConstants.MAX_JOB_COUNT_WORKING = 4000; in testConstantsUpdating_ValidValues()1861 mQcConstants.MAX_JOB_COUNT_WORKING = 1; in testConstantsUpdating_InvalidValues()