Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessProfileRecord.java100 private long mLastCachedSwapPss; field in ProcessProfileRecord
359 return mLastCachedSwapPss; in getLastCachedSwapPss()
364 mLastCachedSwapPss = lastCachedSwapPss; in setLastCachedSwapPss()
628 DebugUtils.printSizeValue(pw, mLastCachedSwapPss * 1024); in dumpPss()