Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java366 private int mMaxJobCountPerRateLimitingWindow = field in QuotaController
956 || stats.jobCountInRateLimitingWindow < mMaxJobCountPerRateLimitingWindow); in isUnderJobCountQuotaLocked()
4037 if (mMaxJobCountPerRateLimitingWindow != newMaxJobCountPerRateLimitingWindow) { in updateRateLimitingConstantsLocked()
4038 mMaxJobCountPerRateLimitingWindow = newMaxJobCountPerRateLimitingWindow; in updateRateLimitingConstantsLocked()
4460 return mMaxJobCountPerRateLimitingWindow; in getMaxJobCountPerRateLimitingWindow()