Home | History | Annotate | Download | only in am

Lines Matching defs:DebugUtils

24 import android.util.DebugUtils;
265 pw.print(" lastPss="); DebugUtils.printSizeValue(pw, lastPss*1024);
266 pw.print(" lastSwapPss="); DebugUtils.printSizeValue(pw, lastSwapPss*1024);
267 pw.print(" lastCachedPss="); DebugUtils.printSizeValue(pw, lastCachedPss*1024);
268 pw.print(" lastCachedSwapPss="); DebugUtils.printSizeValue(pw, lastCachedSwapPss*1024);