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.java3172 private static final String HEAP_FULL_COLUMN = field in ActivityThread
3300 printRow(pw, HEAP_FULL_COLUMN, "", "Pss", "Pss", "Shared", "Private", in dumpMemInfoTable()
3303 printRow(pw, HEAP_FULL_COLUMN, "", "Total", "Clean", "Dirty", "Dirty", in dumpMemInfoTable()
3306 printRow(pw, HEAP_FULL_COLUMN, "", "------", "------", "------", "------", in dumpMemInfoTable()
3308 printRow(pw, HEAP_FULL_COLUMN, "Native Heap", memInfo.nativePss, in dumpMemInfoTable()
3314 printRow(pw, HEAP_FULL_COLUMN, "Dalvik Heap", memInfo.dalvikPss, in dumpMemInfoTable()
3366 printRow(pw, HEAP_FULL_COLUMN, Debug.MemoryInfo.getOtherLabel(i), in dumpMemInfoTable()
3391 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable()
3395 printRow(pw, HEAP_FULL_COLUMN, "TOTAL", memInfo.getTotalPss(), in dumpMemInfoTable()
3436 printRow(pw, HEAP_FULL_COLUMN, Debug.MemoryInfo.getOtherLabel(i), in dumpMemInfoTable()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2131 Landroid/app/ActivityThread;->HEAP_FULL_COLUMN:Ljava/lang/String;