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.java164 long lastLowMemory; // When we last told the app that memory is low field in ProcessRecord
403 TimeUtils.formatDuration(lastLowMemory, nowUptime, pw); in dump()
DActivityManagerService.java6009 if ((rec.lastLowMemory+mConstants.GC_MIN_INTERVAL) <= now) { in doLowMemReportIfNeededLocked()
6016 rec.lastRequestedGc = rec.lastLowMemory; in doLowMemReportIfNeededLocked()
6019 rec.lastLowMemory = now; in doLowMemReportIfNeededLocked()
7844 app.lastRequestedGc = app.lastLowMemory = SystemClock.uptimeMillis(); in attachApplicationLocked()
17500 proto.write(ProcessToGcProto.LAST_LOW_MEMORY_MS, r.lastLowMemory); in writeProcessesToGcToProto()
17526 pw.print(now-proc.lastLowMemory); in dumpProcessesToGc()