Searched refs:mMaxJobCountPerRateLimitingWindow (Results 1 – 1 of 1) sorted by relevance
456 private int mMaxJobCountPerRateLimitingWindow = field in QuotaController789 || stats.jobCountInRateLimitingWindow < mMaxJobCountPerRateLimitingWindow); in isUnderJobCountQuotaLocked()2322 if (mMaxJobCountPerRateLimitingWindow != newMaxJobCountPerRateLimitingWindow) { in updateConstants()2323 mMaxJobCountPerRateLimitingWindow = newMaxJobCountPerRateLimitingWindow; in updateConstants()2514 return mMaxJobCountPerRateLimitingWindow; in getMaxJobCountPerRateLimitingWindow()