Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessProfileRecord.java369 long getLastPss() { in getLastPss() method in ProcessProfileRecord
DAppExitInfoTracker.java1047 info.setPss(app.mProfile.getLastPss()); in obtainRawRecord()
DAppProfiler.java925 + " lastPss=" + profile.getLastPss() in recordPssSampleLPf()
DProcessList.java4685 r.mProfile.getLastPss() * 1024, new StringBuilder()));
4824 DebugUtils.printSizeValue(pw, r.mProfile.getLastPss() * 1024);
DOomAdjuster.java2480 ? app.mProfile.getLastPss() : app.mProfile.getLastRss(); in computeOomAdjLSP()
/frameworks/base/services/
Dart-wear-profile6734 PLcom/android/server/am/ProcessProfileRecord;->getLastPss()J