Searched refs:lastTopTime (Results 1 – 2 of 2) sorted by relevance
229 long lastTopTime; // The last time the process was in the TOP state or greater. field in ProcessRecord461 if (lastTopTime > 0) { in dump()463 TimeUtils.formatDuration(lastTopTime, nowUptime, pw); in dump()
994 && (app.lastTopTime + mConstants.TOP_TO_FGS_GRACE_DURATION > now in computeOomAdjLocked()2011 app.lastTopTime = nowUptime; in maybeUpdateLastTopTime()