Searched refs:lastPssTime (Results 1 – 2 of 2) sorted by relevance
344 void setLastPssTime(long lastPssTime) { in setLastPssTime() argument345 mLastPssTime = lastPssTime; in setLastPssTime()
682 long lastPssTime; in collectPssInBackground() local696 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()