Home
last modified time | relevance | path

Searched refs:otherSwappedOut (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DDebug.java200 public int otherSwappedOut; field in Debug.MemoryInfo
380 otherSwappedOut = other.otherSwappedOut; in set()
453 return dalvikSwappedOut + nativeSwappedOut + otherSwappedOut; in getTotalSwappedOut()
866 dest.writeInt(otherSwappedOut); in writeToParcel()
898 otherSwappedOut = source.readInt(); in readFromParcel()
/frameworks/base/core/java/android/app/
DActivityThread.java2582 pw.print(memInfo.otherSwappedOut); pw.print(','); in dumpMemInfoTable()
2667 int otherSwappedOut = memInfo.otherSwappedOut; in dumpMemInfoTable() local
2701 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() local
2889 otherSwappedOut -= mySwappedOut; in dumpMemInfoTable()
2897 memInfo.hasSwappedOutPss, otherSwappedOut, otherSwappedOutPss); in dumpMemInfoTable()