Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/tare/
H A DScribeTest.java196 assertEquals(lastReclamationTime, mScribeUnderTest.getLastReclamationTimeLocked()); in testWriteHighLevelStateToDisk()
204 assertEquals(lastReclamationTime, mScribeUnderTest.getLastReclamationTimeLocked()); in testWriteHighLevelStateToDisk()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DScribe.java190 long getLastReclamationTimeLocked() { in getLastReclamationTimeLocked() method in Scribe
H A DInternalResourceService.java937 mScribe.getLastReclamationTimeLocked() + UNUSED_RECLAMATION_PERIOD_MS); in scheduleUnusedWealthReclamationLocked()