Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DQuotaController.java2377 long newSessionCoalescingDurationMs = Math.min(15 * MINUTE_IN_MILLIS, in updateConstants() local
2379 if (mTimingSessionCoalescingDurationMs != newSessionCoalescingDurationMs) { in updateConstants()
2380 mTimingSessionCoalescingDurationMs = newSessionCoalescingDurationMs; in updateConstants()