Searched refs:mySwappedOutPss (Results 1 – 1 of 1) sorted by relevance
3360 final int mySwappedOutPss = memInfo.getOtherSwappedOutPss(i); in dumpMemInfoTable() local3364 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()3369 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()3375 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()3385 otherSwappedOutPss -= mySwappedOutPss; in dumpMemInfoTable()3430 final int mySwappedOutPss = memInfo.getOtherSwappedOutPss(i); in dumpMemInfoTable() local3434 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()3439 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()3445 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()3568 final int mySwappedOutPss = memInfo.getOtherSwappedOutPss(i); in dumpMemInfoTable() local[all …]