Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessProfileRecord.java102 private long mLastCachedSwapPss; field in ProcessProfileRecord
383 return mLastCachedSwapPss; in getLastCachedSwapPss()
388 mLastCachedSwapPss = lastCachedSwapPss; in setLastCachedSwapPss()
670 DebugUtils.printSizeValue(pw, mLastCachedSwapPss * 1024); in dumpPss()