Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DQuotaController.java456 private int mMaxJobCountPerRateLimitingWindow = field in QuotaController
789 || stats.jobCountInRateLimitingWindow < mMaxJobCountPerRateLimitingWindow); in isUnderJobCountQuotaLocked()
2322 if (mMaxJobCountPerRateLimitingWindow != newMaxJobCountPerRateLimitingWindow) { in updateConstants()
2323 mMaxJobCountPerRateLimitingWindow = newMaxJobCountPerRateLimitingWindow; in updateConstants()
2514 return mMaxJobCountPerRateLimitingWindow; in getMaxJobCountPerRateLimitingWindow()