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