Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java823 long lastRssTime; in collectRssInBackground() local
837 lastRssTime = profile.getLastPssTime(); in collectRssInBackground()
840 && (lastRssTime + ProcessList.PSS_SAFE_TIME_FROM_STATE_CHANGE) < now) { in collectRssInBackground()
847 + (lastRssTime + ProcessList.PSS_SAFE_TIME_FROM_STATE_CHANGE - now) in collectRssInBackground()
869 && profile.getPid() == pid && profile.getLastPssTime() == lastRssTime) { in collectRssInBackground()
883 + (profile.getLastPssTime() != lastRssTime in collectRssInBackground()