Searched refs:lastLowMemory (Results 1 – 2 of 2) sorted by relevance
150 long lastLowMemory; // When we last told the app that memory is low field in ProcessRecord359 TimeUtils.formatDuration(lastLowMemory, now, pw); in dump()
5360 if ((rec.lastLowMemory+mConstants.GC_MIN_INTERVAL) <= now) { in doLowMemReportIfNeededLocked()5367 rec.lastRequestedGc = rec.lastLowMemory; in doLowMemReportIfNeededLocked()5370 rec.lastLowMemory = now; in doLowMemReportIfNeededLocked()6933 app.lastRequestedGc = app.lastLowMemory = SystemClock.uptimeMillis(); in attachApplicationLocked()15943 pw.print(now-proc.lastLowMemory);