Searched refs:otherSwappedOutPss (Results 1 – 3 of 3) sorted by relevance
204 public int otherSwappedOutPss; field in Debug.MemoryInfo381 otherSwappedOutPss = other.otherSwappedOutPss; in set()461 return dalvikSwappedOutPss + nativeSwappedOutPss + otherSwappedOutPss; in getTotalSwappedOutPss()868 dest.writeInt(otherSwappedOutPss); in writeToParcel()900 otherSwappedOutPss = source.readInt(); in readFromParcel()
2589 pw.print(memInfo.otherSwappedOutPss); pw.print(','); in dumpMemInfoTable()2668 int otherSwappedOutPss = memInfo.otherSwappedOutPss; in dumpMemInfoTable() local2702 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() local2890 otherSwappedOutPss -= mySwappedOutPss; in dumpMemInfoTable()2897 memInfo.hasSwappedOutPss, otherSwappedOut, otherSwappedOutPss); in dumpMemInfoTable()
12620 otherSwapPss += mi.otherSwappedOutPss; in dumpApplicationMemoryUsage()12694 otherSwapPss += mi.otherSwappedOutPss; in dumpApplicationMemoryUsage()13146 otherSwapPss += mi.otherSwappedOutPss; in dumpApplicationMemoryUsage()13218 otherSwapPss += mi.otherSwappedOutPss; in dumpApplicationMemoryUsage()