Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java201 public int otherSwappedOut; field in Debug.MemoryInfo
381 otherSwappedOut = other.otherSwappedOut; in set()
454 return dalvikSwappedOut + nativeSwappedOut + otherSwappedOut; in getTotalSwappedOut()
931 dest.writeInt(otherSwappedOut); in writeToParcel()
963 otherSwappedOut = source.readInt(); in readFromParcel()
/frameworks/base/core/java/android/app/
DActivityThread.java2782 pw.print(memInfo.otherSwappedOut); pw.print(','); in dumpMemInfoTable()
2867 int otherSwappedOut = memInfo.otherSwappedOut; in dumpMemInfoTable() local
2903 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() local
3103 otherSwappedOut -= mySwappedOut; in dumpMemInfoTable()
3112 memInfo.hasSwappedOutPss, otherSwappedOut, otherSwappedOutPss, otherRss); in dumpMemInfoTable()