Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DInternalResourceService.java114 private static final long RECLAMATION_STARTUP_DELAY_MS = 30_000L; field in InternalResourceService
936 final long nextReclamationTime = Math.max(now + RECLAMATION_STARTUP_DELAY_MS, in scheduleUnusedWealthReclamationLocked()
948 MSG_SCHEDULE_UNUSED_WEALTH_RECLAMATION_EVENT, RECLAMATION_STARTUP_DELAY_MS); in scheduleUnusedWealthReclamationLocked()