Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java366 private int mMaxJobCountPerRateLimitingWindow = field in QuotaController
928 || stats.jobCountInRateLimitingWindow < mMaxJobCountPerRateLimitingWindow);
3944 if (mMaxJobCountPerRateLimitingWindow != newMaxJobCountPerRateLimitingWindow) {
3945 mMaxJobCountPerRateLimitingWindow = newMaxJobCountPerRateLimitingWindow;
4367 return mMaxJobCountPerRateLimitingWindow;