Home
last modified time | relevance | path

Searched refs:lastLowMemory (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
DProcessRecord.java94 long lastLowMemory; // When we last told the app that memory is low field in ProcessRecord
222 TimeUtils.formatDuration(lastLowMemory, now, pw); in dump()
DActivityManagerService.java2743 (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()