Searched refs:lastPssTime (Results 1 – 3 of 3) sorted by relevance
327 void setLastPssTime(long lastPssTime) { in setLastPssTime() argument328 mLastPssTime = lastPssTime; in setLastPssTime()
670 long lastPssTime; in collectPssInBackground() local684 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()
2575 long lastActivityTime, long lastPssTime, long nextPssTime, long lastPss, int maxAdj, in makeProcessRecord() argument2603 profile.setLastPssTime(lastPssTime); in makeProcessRecord()