Searched refs:MAX_JOB_COUNT_RARE (Results 1 – 2 of 2) sorted by relevance
2122 public int MAX_JOB_COUNT_RARE = DEFAULT_MAX_JOB_COUNT_RARE; field in QuotaController.QcConstants2237 MAX_JOB_COUNT_RARE = mParser.getInt( in onChange()2341 int newRareMaxJobCount = Math.max(MIN_BUCKET_JOB_COUNT, MAX_JOB_COUNT_RARE); in updateConstants()2410 pw.printPair(KEY_MAX_JOB_COUNT_RARE, MAX_JOB_COUNT_RARE).println(); in dump()2444 proto.write(ConstantsProto.QuotaController.MAX_JOB_COUNT_RARE, MAX_JOB_COUNT_RARE); in dump()
389 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_RARE; in testOnAppRemovedLocked()429 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_RARE; in testOnUserRemovedLocked()683 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_RARE; in testGetExecutionStatsLocked_Values()742 expectedStats.jobCountLimit = mQcConstants.MAX_JOB_COUNT_RARE; in testGetExecutionStatsLocked_Values_BeginningOfTime()1815 mQcConstants.MAX_JOB_COUNT_RARE = 2000; in testConstantsUpdating_ValidValues()1863 mQcConstants.MAX_JOB_COUNT_RARE = 1; in testConstantsUpdating_InvalidValues()