Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DQuotaController.java2346 int newMaxSessionCountPerRateLimitPeriod = Math.max( in updateConstants() local
2349 if (mMaxSessionCountPerRateLimitingWindow != newMaxSessionCountPerRateLimitPeriod) { in updateConstants()
2350 mMaxSessionCountPerRateLimitingWindow = newMaxSessionCountPerRateLimitPeriod; in updateConstants()