Searched refs:lastLowMemory (Results 1 – 2 of 2) sorted by relevance
94 long lastLowMemory; // When we last told the app that memory is low field in ProcessRecord222 TimeUtils.formatDuration(lastLowMemory, now, pw); in dump()
2743 (rec.lastLowMemory+GC_MIN_INTERVAL) <= now) { in appDiedLocked()2750 rec.lastRequestedGc = rec.lastLowMemory; in appDiedLocked()2753 rec.lastLowMemory = now; in appDiedLocked()3674 app.lastRequestedGc = app.lastLowMemory = SystemClock.uptimeMillis(); in attachApplicationLocked()8176 pw.print(now-proc.lastLowMemory); in dumpProcessesToGc()