Searched refs:otherSwappedOutPss (Results 1 – 2 of 2) sorted by relevance
212 public int otherSwappedOutPss; field in Debug.MemoryInfo391 otherSwappedOutPss = other.otherSwappedOutPss; in set()471 return dalvikSwappedOutPss + nativeSwappedOutPss + otherSwappedOutPss; in getTotalSwappedOutPss()942 dest.writeInt(otherSwappedOutPss); in writeToParcel()974 otherSwappedOutPss = source.readInt(); in readFromParcel()
3270 pw.print(memInfo.otherSwappedOutPss); pw.print(','); in dumpMemInfoTable()3349 int otherSwappedOutPss = memInfo.otherSwappedOutPss; in dumpMemInfoTable() local3385 otherSwappedOutPss -= mySwappedOutPss; in dumpMemInfoTable()3393 memInfo.hasSwappedOutPss ? otherSwappedOutPss : otherSwappedOut, in dumpMemInfoTable()3406 memInfo.hasSwappedOutPss ? otherSwappedOutPss : otherSwappedOut, in dumpMemInfoTable()3557 int otherSwappedOutPss = memInfo.otherSwappedOutPss; in dumpMemInfoTable() local3586 otherSwappedOutPss -= mySwappedOutPss; in dumpMemInfoTable()3594 memInfo.hasSwappedOutPss, otherSwappedOut, otherSwappedOutPss, otherRss); in dumpMemInfoTable()