Home | History | Annotate | Download | only in app

Lines Matching defs:otherSwappedOutPss

2289                 pw.print(memInfo.otherSwappedOutPss); pw.print(',');
2368 int otherSwappedOutPss = memInfo.otherSwappedOutPss;
2402 otherSwappedOutPss -= mySwappedOutPss;
2409 memInfo.hasSwappedOutPss ? otherSwappedOutPss : otherSwappedOut,
2422 memInfo.hasSwappedOutPss ? otherSwappedOutPss : otherSwappedOut,
2563 int otherSwappedOutPss = memInfo.otherSwappedOutPss;
2590 otherSwappedOutPss -= mySwappedOutPss;
2597 memInfo.hasSwappedOutPss, otherSwappedOut, otherSwappedOutPss);