Searched refs:MAX_JOB_COUNT_WORKING (Results 1 – 2 of 2) sorted by relevance
2161 public int MAX_JOB_COUNT_WORKING = DEFAULT_MAX_JOB_COUNT_WORKING; field in QuotaController.QcConstants2301 MAX_JOB_COUNT_WORKING = mParser.getInt( in onChange()2414 int newWorkingMaxJobCount = Math.max(MIN_BUCKET_JOB_COUNT, MAX_JOB_COUNT_WORKING); in updateConstants()2508 pw.printPair(KEY_MAX_JOB_COUNT_WORKING, MAX_JOB_COUNT_WORKING).println(); in dump()2545 proto.write(ConstantsProto.QuotaController.MAX_JOB_COUNT_WORKING, in dump()2546 MAX_JOB_COUNT_WORKING); in dump()
730 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_WORKING; in testGetExecutionStatsLocked_Values()803 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_WORKING; in testGetExecutionStatsLocked_Values_BeginningOfTime()1900 mQcConstants.MAX_JOB_COUNT_WORKING = 4000; in testConstantsUpdating_ValidValues()1948 mQcConstants.MAX_JOB_COUNT_WORKING = 1; in testConstantsUpdating_InvalidValues()