Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java229 long lastTopTime; // The last time the process was in the TOP state or greater. field in ProcessRecord
461 if (lastTopTime > 0) { in dump()
463 TimeUtils.formatDuration(lastTopTime, nowUptime, pw); in dump()
DOomAdjuster.java994 && (app.lastTopTime + mConstants.TOP_TO_FGS_GRACE_DURATION > now in computeOomAdjLocked()
2011 app.lastTopTime = nowUptime; in maybeUpdateLastTopTime()