Searched refs:lastPssTime (Results 1 – 3 of 3) sorted by relevance
303 void setLastPssTime(long lastPssTime) { in setLastPssTime() argument304 mLastPssTime = lastPssTime; in setLastPssTime()
468 long lastPssTime; in collectPssInBackground() local482 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()
2067 long lastActivityTime, long lastPssTime, long nextPssTime, long lastPss, int maxAdj, in makeProcessRecord() argument2095 profile.setLastPssTime(lastPssTime); in makeProcessRecord()