Searched refs:mMaxJobCountPerRateLimitingWindow (Results 1 – 1 of 1) sorted by relevance
366 private int mMaxJobCountPerRateLimitingWindow = field in QuotaController680 || stats.jobCountInRateLimitingWindow < mMaxJobCountPerRateLimitingWindow); in isUnderJobCountQuotaLocked()2405 if (mMaxJobCountPerRateLimitingWindow != newMaxJobCountPerRateLimitingWindow) { in updateConstants()2406 mMaxJobCountPerRateLimitingWindow = newMaxJobCountPerRateLimitingWindow; in updateConstants()2625 return mMaxJobCountPerRateLimitingWindow; in getMaxJobCountPerRateLimitingWindow()