Searched refs:HEAP_FULL_COLUMN (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 2494 private static final String HEAP_FULL_COLUMN field in ActivityThread 2619 printRow(pw, HEAP_FULL_COLUMN, "", "Pss", "Pss", "Shared", "Private", in dumpMemInfoTable() 2622 printRow(pw, HEAP_FULL_COLUMN, "", "Total", "Clean", "Dirty", "Dirty", in dumpMemInfoTable() 2625 printRow(pw, HEAP_FULL_COLUMN, "", "------", "------", "------", "------", in dumpMemInfoTable() 2627 printRow(pw, HEAP_FULL_COLUMN, "Native Heap", memInfo.nativePss, in dumpMemInfoTable() 2633 printRow(pw, HEAP_FULL_COLUMN, "Dalvik Heap", memInfo.dalvikPss, in dumpMemInfoTable() 2683 printRow(pw, HEAP_FULL_COLUMN, Debug.MemoryInfo.getOtherLabel(i), in dumpMemInfoTable() 2707 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable() 2711 printRow(pw, HEAP_FULL_COLUMN, "TOTAL", memInfo.getTotalPss(), in dumpMemInfoTable() 2751 printRow(pw, HEAP_FULL_COLUMN, Debug.MemoryInfo.getOtherLabel(i), in dumpMemInfoTable()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 2131 Landroid/app/ActivityThread;->HEAP_FULL_COLUMN:Ljava/lang/String;
|