Searched refs:otherSwappedOut (Results 1 – 2 of 2) sorted by relevance
201 public int otherSwappedOut; field in Debug.MemoryInfo381 otherSwappedOut = other.otherSwappedOut; in set()454 return dalvikSwappedOut + nativeSwappedOut + otherSwappedOut; in getTotalSwappedOut()931 dest.writeInt(otherSwappedOut); in writeToParcel()963 otherSwappedOut = source.readInt(); in readFromParcel()
2782 pw.print(memInfo.otherSwappedOut); pw.print(','); in dumpMemInfoTable()2867 int otherSwappedOut = memInfo.otherSwappedOut; in dumpMemInfoTable() local2903 otherSwappedOut -= mySwappedOut; in dumpMemInfoTable()2912 memInfo.hasSwappedOutPss ? otherSwappedOutPss : otherSwappedOut, in dumpMemInfoTable()2925 memInfo.hasSwappedOutPss ? otherSwappedOutPss : otherSwappedOut, in dumpMemInfoTable()3074 int otherSwappedOut = memInfo.otherSwappedOut; in dumpMemInfoTable() local3103 otherSwappedOut -= mySwappedOut; in dumpMemInfoTable()3112 memInfo.hasSwappedOutPss, otherSwappedOut, otherSwappedOutPss, otherRss); in dumpMemInfoTable()