Home
last modified time | relevance | path

Searched refs:getLastCachedPss (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessProfileRecord.java362 long getLastCachedPss() { in getLastCachedPss() method in ProcessProfileRecord
H A DProcessList.java4501 r.mProfile.getLastCachedPss() * 1024, new StringBuilder()));
4636 DebugUtils.printSizeValue(pw, r.mProfile.getLastCachedPss() * 1024);