Searched refs:mMaxSessionCountPerRateLimitingWindow (Results 1 – 1 of 1) sorted by relevance
373 private int mMaxSessionCountPerRateLimitingWindow = field in QuotaController689 || stats.sessionCountInRateLimitingWindow < mMaxSessionCountPerRateLimitingWindow); in isUnderSessionCountQuotaLocked()2438 if (mMaxSessionCountPerRateLimitingWindow != newMaxSessionCountPerRateLimitPeriod) { in updateConstants()2439 mMaxSessionCountPerRateLimitingWindow = newMaxSessionCountPerRateLimitPeriod; in updateConstants()2630 return mMaxSessionCountPerRateLimitingWindow; in getMaxSessionCountPerRateLimitingWindow()