Home
last modified time | relevance | path

Searched refs:mMaxSessionCountPerRateLimitingWindow (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java373 private int mMaxSessionCountPerRateLimitingWindow = field in QuotaController
964 || stats.sessionCountInRateLimitingWindow < mMaxSessionCountPerRateLimitingWindow); in isUnderSessionCountQuotaLocked()
4044 if (mMaxSessionCountPerRateLimitingWindow != newMaxSessionCountPerRateLimitPeriod) { in updateRateLimitingConstantsLocked()
4045 mMaxSessionCountPerRateLimitingWindow = newMaxSessionCountPerRateLimitPeriod; in updateRateLimitingConstantsLocked()
4465 return mMaxSessionCountPerRateLimitingWindow; in getMaxSessionCountPerRateLimitingWindow()