Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessProfileRecord.java118 private long mLastCachedRss; field in ProcessProfileRecord
390 return mLastCachedRss; in getLastCachedRss()
395 mLastCachedRss = lastCachedRss; in setLastCachedRss()
716 DebugUtils.printSizeValue(pw, mLastCachedRss * 1024); in dumpPss()