Searched refs:mySwappedOutPss (Results 1 – 1 of 1) sorted by relevance
2678 final int mySwappedOutPss = memInfo.getOtherSwappedOutPss(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()2702 otherSwappedOutPss -= mySwappedOutPss; in dumpMemInfoTable()2746 final int mySwappedOutPss = memInfo.getOtherSwappedOutPss(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()2873 final int mySwappedOutPss = memInfo.getOtherSwappedOutPss(i); in dumpMemInfoTable() local[all …]