Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java2268 final int mySwappedOut = memInfo.getOtherSwappedOut(i); in dumpMemInfoTable() local
2272 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()
2277 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()
2283 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()
2292 otherSwappedOut -= mySwappedOut; in dumpMemInfoTable()
2336 final int mySwappedOut = memInfo.getOtherSwappedOut(i); in dumpMemInfoTable() local
2340 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()
2345 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()
2351 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()