Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessProfileRecord.java379 long getLastCachedPss() { in getLastCachedPss() method in ProcessProfileRecord
DProcessList.java4691 r.mProfile.getLastCachedPss() * 1024, new StringBuilder()));
4828 DebugUtils.printSizeValue(pw, r.mProfile.getLastCachedPss() * 1024);