Home
last modified time | relevance | path

Searched refs:HEAP_FULL_COLUMN (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityThread.java2194 private static final String HEAP_FULL_COLUMN field in ActivityThread
2319 printRow(pw, HEAP_FULL_COLUMN, "", "Pss", "Pss", "Shared", "Private", in dumpMemInfoTable()
2322 printRow(pw, HEAP_FULL_COLUMN, "", "Total", "Clean", "Dirty", "Dirty", in dumpMemInfoTable()
2325 printRow(pw, HEAP_FULL_COLUMN, "", "------", "------", "------", "------", in dumpMemInfoTable()
2327 printRow(pw, HEAP_FULL_COLUMN, "Native Heap", memInfo.nativePss, in dumpMemInfoTable()
2333 printRow(pw, HEAP_FULL_COLUMN, "Dalvik Heap", memInfo.dalvikPss, in dumpMemInfoTable()
2383 printRow(pw, HEAP_FULL_COLUMN, Debug.MemoryInfo.getOtherLabel(i), in dumpMemInfoTable()
2407 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable()
2411 printRow(pw, HEAP_FULL_COLUMN, "TOTAL", memInfo.getTotalPss(), in dumpMemInfoTable()
2451 printRow(pw, HEAP_FULL_COLUMN, Debug.MemoryInfo.getOtherLabel(i), in dumpMemInfoTable()
/frameworks/base/config/
Dhiddenapi-private-dex.txt2604 Landroid/app/ActivityThread;->HEAP_FULL_COLUMN:Ljava/lang/String;