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.java106 long lastLowMemory; // When we last told the app that memory is low field in ProcessRecord
254 TimeUtils.formatDuration(lastLowMemory, now, pw); in dump()
DActivityManagerService.java3030 (rec.lastLowMemory+GC_MIN_INTERVAL) <= now) { in appDiedLocked()
3037 rec.lastRequestedGc = rec.lastLowMemory; in appDiedLocked()
3040 rec.lastLowMemory = now; in appDiedLocked()
4222 app.lastRequestedGc = app.lastLowMemory = SystemClock.uptimeMillis(); in attachApplicationLocked()
9493 pw.print(now-proc.lastLowMemory); in dumpProcessesToGc()