Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DScribe.java125 private long mLastReclamationTime; field in Scribe
191 return mLastReclamationTime; in getLastReclamationTimeLocked()
322 mLastReclamationTime = in loadFromDiskLocked()
383 mLastReclamationTime = time; in setLastReclamationTimeLocked()
407 mLastReclamationTime = 0; in tearDownLocked()
680 out.attributeLong(null, XML_ATTR_LAST_RECLAMATION_TIME, mLastReclamationTime); in writeState()