Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java1875 private static final String HEAP_FULL_COLUMN field in ActivityThread
1971 printRow(pw, HEAP_FULL_COLUMN, "", "Pss", "Pss", "Shared", "Private", in dumpMemInfoTable()
1973 printRow(pw, HEAP_FULL_COLUMN, "", "Total", "Clean", "Dirty", "Dirty", in dumpMemInfoTable()
1975 printRow(pw, HEAP_FULL_COLUMN, "", "------", "------", "------", "------", in dumpMemInfoTable()
1977 printRow(pw, HEAP_FULL_COLUMN, "Native Heap", memInfo.nativePss, in dumpMemInfoTable()
1982 printRow(pw, HEAP_FULL_COLUMN, "Dalvik Heap", memInfo.dalvikPss, in dumpMemInfoTable()
2023 printRow(pw, HEAP_FULL_COLUMN, Debug.MemoryInfo.getOtherLabel(i), in dumpMemInfoTable()
2042 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable()
2045 printRow(pw, HEAP_FULL_COLUMN, "TOTAL", memInfo.getTotalPss(), in dumpMemInfoTable()
2079 printRow(pw, HEAP_FULL_COLUMN, Debug.MemoryInfo.getOtherLabel(i), in dumpMemInfoTable()