Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java373 private int mMaxSessionCountPerRateLimitingWindow = field in QuotaController
937 || stats.sessionCountInRateLimitingWindow < mMaxSessionCountPerRateLimitingWindow);
3951 if (mMaxSessionCountPerRateLimitingWindow != newMaxSessionCountPerRateLimitPeriod) {
3952 mMaxSessionCountPerRateLimitingWindow = newMaxSessionCountPerRateLimitPeriod;
4372 return mMaxSessionCountPerRateLimitingWindow;