Searched refs:mMaxSessionCountPerRateLimitingWindow (Results 1 – 1 of 1) sorted by relevance
463 private int mMaxSessionCountPerRateLimitingWindow = field in QuotaController798 || stats.sessionCountInRateLimitingWindow < mMaxSessionCountPerRateLimitingWindow); in isUnderSessionCountQuotaLocked()2349 if (mMaxSessionCountPerRateLimitingWindow != newMaxSessionCountPerRateLimitPeriod) { in updateConstants()2350 mMaxSessionCountPerRateLimitingWindow = newMaxSessionCountPerRateLimitPeriod; in updateConstants()2519 return mMaxSessionCountPerRateLimitingWindow; in getMaxSessionCountPerRateLimitingWindow()