Searched refs:otherSwappedOut (Results 1 – 2 of 2) sorted by relevance
200 public int otherSwappedOut; field in Debug.MemoryInfo380 otherSwappedOut = other.otherSwappedOut; in set()453 return dalvikSwappedOut + nativeSwappedOut + otherSwappedOut; in getTotalSwappedOut()866 dest.writeInt(otherSwappedOut); in writeToParcel()898 otherSwappedOut = source.readInt(); in readFromParcel()
2582 pw.print(memInfo.otherSwappedOut); pw.print(','); in dumpMemInfoTable()2667 int otherSwappedOut = memInfo.otherSwappedOut; in dumpMemInfoTable() local2701 otherSwappedOut -= mySwappedOut; in dumpMemInfoTable()2709 memInfo.hasSwappedOutPss ? otherSwappedOutPss : otherSwappedOut, in dumpMemInfoTable()2722 memInfo.hasSwappedOutPss ? otherSwappedOutPss : otherSwappedOut, in dumpMemInfoTable()2862 int otherSwappedOut = memInfo.otherSwappedOut; in dumpMemInfoTable() local2889 otherSwappedOut -= mySwappedOut; in dumpMemInfoTable()2897 memInfo.hasSwappedOutPss, otherSwappedOut, otherSwappedOutPss); in dumpMemInfoTable()