Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java3359 final int mySwappedOut = memInfo.getOtherSwappedOut(i); in dumpMemInfoTable() local
3364 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()
3369 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()
3375 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()
3384 otherSwappedOut -= mySwappedOut; in dumpMemInfoTable()
3429 final int mySwappedOut = memInfo.getOtherSwappedOut(i); in dumpMemInfoTable() local
3434 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()
3439 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()
3445 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()
3567 final int mySwappedOut = memInfo.getOtherSwappedOut(i); in dumpMemInfoTable() local
[all …]