Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessProfileRecord.java344 void setLastPssTime(long lastPssTime) { in setLastPssTime() argument
345 mLastPssTime = lastPssTime; in setLastPssTime()
DAppProfiler.java682 long lastPssTime; in collectPssInBackground() local
696 lastPssTime = profile.getLastPssTime(); in collectPssInBackground()
699 && (lastPssTime + ProcessList.PSS_SAFE_TIME_FROM_STATE_CHANGE) < now) { in collectPssInBackground()
706 + (lastPssTime + ProcessList.PSS_SAFE_TIME_FROM_STATE_CHANGE - now) in collectPssInBackground()
728 && profile.getPid() == pid && profile.getLastPssTime() == lastPssTime) { in collectPssInBackground()
742 + (profile.getLastPssTime() != lastPssTime in collectPssInBackground()