Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessProfileRecord.java98 private long mLastCachedPss; field in ProcessProfileRecord
380 return mLastCachedPss; in getLastCachedPss()
385 mLastCachedPss = lastCachedPss; in setLastCachedPss()
696 DebugUtils.printSizeValue(pw, mLastCachedPss * 1024); in dumpPss()