Searched refs:mLastPss (Results 1 – 2 of 2) sorted by relevance
86 private long mLastPss; field in ProcessProfileRecord370 return mLastPss; in getLastPss()375 mLastPss = lastPss; in setLastPss()692 DebugUtils.printSizeValue(pw, mLastPss * 1024); in dumpPss()
3143 long mLastPss = 12345; field in MockingOomAdjusterTests.ProcessRecordBuilder3227 profile.setLastPss(mLastPss); in build()