Searched refs:mySwappedOut (Results 1 – 1 of 1) sorted by relevance
2677 final int mySwappedOut = memInfo.getOtherSwappedOut(i); in dumpMemInfoTable() local2681 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()2686 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()2692 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()2701 otherSwappedOut -= mySwappedOut; in dumpMemInfoTable()2745 final int mySwappedOut = memInfo.getOtherSwappedOut(i); in dumpMemInfoTable() local2749 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()2754 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()2760 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()2872 final int mySwappedOut = memInfo.getOtherSwappedOut(i); in dumpMemInfoTable() local[all …]