Searched refs:mMaxSessionCountPerRateLimitingWindow (Results 1 – 1 of 1) sorted by relevance
373 private int mMaxSessionCountPerRateLimitingWindow = field in QuotaController964 || stats.sessionCountInRateLimitingWindow < mMaxSessionCountPerRateLimitingWindow); in isUnderSessionCountQuotaLocked()4044 if (mMaxSessionCountPerRateLimitingWindow != newMaxSessionCountPerRateLimitPeriod) { in updateRateLimitingConstantsLocked()4045 mMaxSessionCountPerRateLimitingWindow = newMaxSessionCountPerRateLimitPeriod; in updateRateLimitingConstantsLocked()4465 return mMaxSessionCountPerRateLimitingWindow; in getMaxSessionCountPerRateLimitingWindow()