Searched refs:sessionCountInRateLimitingWindow (Results 1 – 1 of 1) sorted by relevance
230 public int sessionCountInRateLimitingWindow; field in QuotaController.ExecutionStats248 + "rateLimitSessionCountWindow=" + sessionCountInRateLimitingWindow; in toString()270 && this.sessionCountInRateLimitingWindow in equals()271 == other.sessionCountInRateLimitingWindow; in equals()293 result = 31 * result + sessionCountInRateLimitingWindow; in hashCode()689 || stats.sessionCountInRateLimitingWindow < mMaxSessionCountPerRateLimitingWindow); in isUnderSessionCountQuotaLocked()1054 stats.sessionCountInRateLimitingWindow = 0; in incrementTimingSessionCount()1056 stats.sessionCountInRateLimitingWindow++; in incrementTimingSessionCount()2886 es.sessionCountInRateLimitingWindow); in dumpControllerStateLocked()