Searched defs:HEAP_FULL_COLUMN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java2085 private static final String HEAP_FULL_COLUMN field in class:ActivityThread
2210 printRow(pw, HEAP_FULL_COLUMN, "", "Pss", "Pss", "Shared", "Private",
2213 printRow(pw, HEAP_FULL_COLUMN, "", "Total", "Clean", "Dirty", "Dirty",
2216 printRow(pw, HEAP_FULL_COLUMN, "", "------", "------", "------", "------",
2218 printRow(pw, HEAP_FULL_COLUMN, "Native Heap", memInfo.nativePss,
2224 printRow(pw, HEAP_FULL_COLUMN, "Dalvik Heap", memInfo.dalvikPss,
2274 printRow(pw, HEAP_FULL_COLUMN, Debug.MemoryInfo.getOtherLabel(i),
2298 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss,
2302 printRow(pw, HEAP_FULL_COLUMN, "TOTAL", memInfo.getTotalPss(),
2342 printRow(pw, HEAP_FULL_COLUMN, Debu
[all...]

Completed in 134 milliseconds