Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java227 long lastLowMemory; // When we last told the app that memory is low field in ProcessRecord
488 TimeUtils.formatDuration(lastLowMemory, nowUptime, pw); in dump()
DActivityManagerService.java3674 if ((rec.lastLowMemory+mConstants.GC_MIN_INTERVAL) <= now) { in doLowMemReportIfNeededLocked()
3681 rec.lastRequestedGc = rec.lastLowMemory; in doLowMemReportIfNeededLocked()
3684 rec.lastLowMemory = now; in doLowMemReportIfNeededLocked()
5078 app.lastRequestedGc = app.lastLowMemory = SystemClock.uptimeMillis(); in attachApplicationLocked()
11169 proto.write(ProcessToGcProto.LAST_LOW_MEMORY_MS, r.lastLowMemory); in writeProcessesToGcToProto()
11195 pw.print(now-proc.lastLowMemory); in dumpProcessesToGc()