Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessProfileRecord.java327 void setLastPssTime(long lastPssTime) { in setLastPssTime() argument
328 mLastPssTime = lastPssTime; in setLastPssTime()
H A DAppProfiler.java670 long lastPssTime; in collectPssInBackground() local
684 lastPssTime = profile.getLastPssTime(); in collectPssInBackground()
687 && (lastPssTime + ProcessList.PSS_SAFE_TIME_FROM_STATE_CHANGE) < now) { in collectPssInBackground()
694 + (lastPssTime + ProcessList.PSS_SAFE_TIME_FROM_STATE_CHANGE - now) in collectPssInBackground()
715 && profile.getPid() == pid && profile.getLastPssTime() == lastPssTime) { in collectPssInBackground()
729 + (profile.getLastPssTime() != lastPssTime in collectPssInBackground()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DMockingOomAdjusterTests.java2575 long lastActivityTime, long lastPssTime, long nextPssTime, long lastPss, int maxAdj, in makeProcessRecord() argument
2603 profile.setLastPssTime(lastPssTime); in makeProcessRecord()