Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java413 private int mMaxSessionCountPerRateLimitingWindow = field in QuotaController
936 || stats.sessionCountInRateLimitingWindow < mMaxSessionCountPerRateLimitingWindow);
3739 if (mMaxSessionCountPerRateLimitingWindow != newMaxSessionCountPerRateLimitPeriod) {
3740 mMaxSessionCountPerRateLimitingWindow = newMaxSessionCountPerRateLimitPeriod;
4069 return mMaxSessionCountPerRateLimitingWindow;