Searched refs:otherPss (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | Debug.java | 126 public int otherPss; field in Debug.MemoryInfo 144 return dalvikPss + nativePss + otherPss; in getTotalPss() 204 dest.writeInt(otherPss); in writeToParcel() 217 otherPss = source.readInt(); in readFromParcel()
|
D | PerformanceCollector.java | 530 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PSS, memInfo.otherPss); in endPerformanceSnapshot()
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | LoadTestsAutoTest.java | 201 memInfo.otherPss, memInfo.nativePss + memInfo.dalvikPss + memInfo.otherPss); in dumpMemoryInfo()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 891 pw.print(memInfo.otherPss); pw.print(','); in dumpMemInfo() 892 pw.print(memInfo.nativePss + memInfo.dalvikPss + memInfo.otherPss); pw.print(','); in dumpMemInfo() 951 int otherPss = memInfo.otherPss; in dumpMemInfo() local 959 otherPss -= memInfo.getOtherPss(i); in dumpMemInfo() 964 printRow(pw, HEAP_COLUMN, "Unknown", otherPss, otherSharedDirty, in dumpMemInfo()
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityManagerService.java | 9268 long nativePss=0, dalvikPss=0, otherPss=0; in dumpApplicationMemoryUsage() local 9317 otherPss += mi.otherPss; in dumpApplicationMemoryUsage() 9321 otherPss -= mem; in dumpApplicationMemoryUsage() 9343 catMems.add(new MemItem("Unknown", otherPss)); in dumpApplicationMemoryUsage()
|
/frameworks/base/api/ |
D | current.txt | 14601 field public int otherPss;
|
D | 14.txt | 14601 field public int otherPss;
|