Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java204 public int otherSwappedOutPss; field in Debug.MemoryInfo
381 otherSwappedOutPss = other.otherSwappedOutPss; in set()
461 return dalvikSwappedOutPss + nativeSwappedOutPss + otherSwappedOutPss; in getTotalSwappedOutPss()
868 dest.writeInt(otherSwappedOutPss); in writeToParcel()
900 otherSwappedOutPss = source.readInt(); in readFromParcel()
/frameworks/base/core/java/android/app/
DActivityThread.java2589 pw.print(memInfo.otherSwappedOutPss); pw.print(','); in dumpMemInfoTable()
2668 int otherSwappedOutPss = memInfo.otherSwappedOutPss; in dumpMemInfoTable() local
2702 otherSwappedOutPss -= mySwappedOutPss; in dumpMemInfoTable()
2709 memInfo.hasSwappedOutPss ? otherSwappedOutPss : otherSwappedOut, in dumpMemInfoTable()
2722 memInfo.hasSwappedOutPss ? otherSwappedOutPss : otherSwappedOut, in dumpMemInfoTable()
2863 int otherSwappedOutPss = memInfo.otherSwappedOutPss; in dumpMemInfoTable() local
2890 otherSwappedOutPss -= mySwappedOutPss; in dumpMemInfoTable()
2897 memInfo.hasSwappedOutPss, otherSwappedOut, otherSwappedOutPss); in dumpMemInfoTable()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java12620 otherSwapPss += mi.otherSwappedOutPss; in dumpApplicationMemoryUsage()
12694 otherSwapPss += mi.otherSwappedOutPss; in dumpApplicationMemoryUsage()
13146 otherSwapPss += mi.otherSwappedOutPss; in dumpApplicationMemoryUsage()
13218 otherSwapPss += mi.otherSwappedOutPss; in dumpApplicationMemoryUsage()