Searched refs:getLastSwapPss (Results 1 – 3 of 3) sorted by relevance
372 long getLastSwapPss() { in getLastSwapPss() method in ProcessProfileRecord
4499 r.mProfile.getLastSwapPss() * 1024, new StringBuilder()));4634 DebugUtils.printSizeValue(pw, r.mProfile.getLastSwapPss() * 1024);
8482 lastSwapPss = pr.getLastSwapPss(); in performIdleMaintenance()