Home
last modified time | relevance | path

Searched refs:getLastPss (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessProfileRecord.java352 long getLastPss() { in getLastPss() method in ProcessProfileRecord
H A DAppExitInfoTracker.java1047 info.setPss(app.mProfile.getLastPss()); in obtainRawRecord()
H A DAppProfiler.java782 + " lastPss=" + profile.getLastPss() in recordPssSampleLPf()
H A DProcessList.java4497 r.mProfile.getLastPss() * 1024, new StringBuilder()));
4632 DebugUtils.printSizeValue(pw, r.mProfile.getLastPss() * 1024);
H A DOomAdjuster.java2769 && app.mProfile.getLastPss() in computeOomAdjLSP()
H A DActivityManagerService.java8481 lastPss = pr.getLastPss(); in performIdleMaintenance()