Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessProfileRecord.java322 long getLastPssTime() { in getLastPssTime() method in ProcessProfileRecord
H A DAppProfiler.java684 lastPssTime = profile.getLastPssTime(); in collectPssInBackground()
715 && profile.getPid() == pid && profile.getLastPssTime() == lastPssTime) { in collectPssInBackground()
729 + (profile.getLastPssTime() != lastPssTime in collectPssInBackground()
742 if (now <= profile.getNextPssTime() && now <= Math.max(profile.getLastPssTime() in updateNextPssTimeLPf()
/aosp14/frameworks/base/services/
H A Dart-profile2057 HSPLcom/android/server/am/ProcessProfileRecord;->getLastPssTime()J