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