Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java212 public int otherSwappedOutPss; field in Debug.MemoryInfo
391 otherSwappedOutPss = other.otherSwappedOutPss; in set()
471 return dalvikSwappedOutPss + nativeSwappedOutPss + otherSwappedOutPss; in getTotalSwappedOutPss()
942 dest.writeInt(otherSwappedOutPss); in writeToParcel()
974 otherSwappedOutPss = source.readInt(); in readFromParcel()
/frameworks/base/core/java/android/app/
DActivityThread.java3270 pw.print(memInfo.otherSwappedOutPss); pw.print(','); in dumpMemInfoTable()
3349 int otherSwappedOutPss = memInfo.otherSwappedOutPss; in dumpMemInfoTable() local
3385 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() local
3586 otherSwappedOutPss -= mySwappedOutPss; in dumpMemInfoTable()
3594 memInfo.hasSwappedOutPss, otherSwappedOut, otherSwappedOutPss, otherRss); in dumpMemInfoTable()