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/
DProcessProfileRecord.java298 long getLastPssTime() { in getLastPssTime() method in ProcessProfileRecord
DAppProfiler.java482 lastPssTime = profile.getLastPssTime(); in collectPssInBackground()
509 && profile.getPid() == pid && profile.getLastPssTime() == lastPssTime) { in collectPssInBackground()
523 + (profile.getLastPssTime() != lastPssTime in collectPssInBackground()
536 if (now <= profile.getNextPssTime() && now <= Math.max(profile.getLastPssTime() in updateNextPssTimeLPf()
/frameworks/base/services/
Dart-profile8680 HSPLcom/android/server/am/ProcessProfileRecord;->getLastPssTime()J