Searched refs:lastLowMemory (Results 1 – 2 of 2) sorted by relevance
164 long lastLowMemory; // When we last told the app that memory is low field in ProcessRecord403 TimeUtils.formatDuration(lastLowMemory, nowUptime, pw); in dump()
6009 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()