Searched refs:getLastPssTime (Results 1 – 3 of 3) sorted by relevance
696 lastPssTime = profile.getLastPssTime(); in collectPssInBackground()728 && profile.getPid() == pid && profile.getLastPssTime() == lastPssTime) { in collectPssInBackground()742 + (profile.getLastPssTime() != lastPssTime in collectPssInBackground()837 lastRssTime = profile.getLastPssTime(); in collectRssInBackground()869 && profile.getPid() == pid && profile.getLastPssTime() == lastRssTime) { in collectRssInBackground()883 + (profile.getLastPssTime() != lastRssTime in collectRssInBackground()896 if (now <= profile.getNextPssTime() && now <= Math.max(profile.getLastPssTime() in updateNextPssTimeLPf()
339 long getLastPssTime() { in getLastPssTime() method in ProcessProfileRecord
6735 HPLcom/android/server/am/ProcessProfileRecord;->getLastPssTime()J