Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java696 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()
DProcessProfileRecord.java339 long getLastPssTime() { in getLastPssTime() method in ProcessProfileRecord
/frameworks/base/services/
Dart-wear-profile6735 HPLcom/android/server/am/ProcessProfileRecord;->getLastPssTime()J