Searched refs:mySwappedOutPss (Results 1 – 1 of 1) sorted by relevance
2721 final int mySwappedOutPss = memInfo.getOtherSwappedOutPss(i); in dumpMemInfoTable() local2725 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()2730 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()2736 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()2746 otherSwappedOutPss -= mySwappedOutPss; in dumpMemInfoTable()2791 final int mySwappedOutPss = memInfo.getOtherSwappedOutPss(i); in dumpMemInfoTable() local2795 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()2800 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()2806 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()2928 final int mySwappedOutPss = memInfo.getOtherSwappedOutPss(i); in dumpMemInfoTable() local[all …]