Searched refs:mMaxJobCountPerRateLimitingWindow (Results 1 – 1 of 1) sorted by relevance
366 private int mMaxJobCountPerRateLimitingWindow = field in QuotaController956 || stats.jobCountInRateLimitingWindow < mMaxJobCountPerRateLimitingWindow); in isUnderJobCountQuotaLocked()4037 if (mMaxJobCountPerRateLimitingWindow != newMaxJobCountPerRateLimitingWindow) { in updateRateLimitingConstantsLocked()4038 mMaxJobCountPerRateLimitingWindow = newMaxJobCountPerRateLimitingWindow; in updateRateLimitingConstantsLocked()4460 return mMaxJobCountPerRateLimitingWindow; in getMaxJobCountPerRateLimitingWindow()