Home
last modified time | relevance | path

Searched refs:lastPssTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessProfileRecord.java303 void setLastPssTime(long lastPssTime) { in setLastPssTime() argument
304 mLastPssTime = lastPssTime; in setLastPssTime()
DAppProfiler.java468 long lastPssTime; in collectPssInBackground() local
482 lastPssTime = profile.getLastPssTime(); in collectPssInBackground()
485 && (lastPssTime + ProcessList.PSS_SAFE_TIME_FROM_STATE_CHANGE) < now) { in collectPssInBackground()
492 + (lastPssTime + ProcessList.PSS_SAFE_TIME_FROM_STATE_CHANGE - now) in collectPssInBackground()
509 && profile.getPid() == pid && profile.getLastPssTime() == lastPssTime) { in collectPssInBackground()
523 + (profile.getLastPssTime() != lastPssTime in collectPssInBackground()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java2067 long lastActivityTime, long lastPssTime, long nextPssTime, long lastPss, int maxAdj, in makeProcessRecord() argument
2095 profile.setLastPssTime(lastPssTime); in makeProcessRecord()