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.java3679 if ((rec.lastLowMemory+mConstants.GC_MIN_INTERVAL) <= now) { in doLowMemReportIfNeededLocked()
3686 rec.lastRequestedGc = rec.lastLowMemory; in doLowMemReportIfNeededLocked()
3689 rec.lastLowMemory = now; in doLowMemReportIfNeededLocked()
5083 app.lastRequestedGc = app.lastLowMemory = SystemClock.uptimeMillis(); in attachApplicationLocked()
11177 proto.write(ProcessToGcProto.LAST_LOW_MEMORY_MS, r.lastLowMemory); in writeProcessesToGcToProto()
11203 pw.print(now-proc.lastLowMemory); in dumpProcessesToGc()