Home | History | Annotate | Download | only in os

Lines Matching defs:otherPss

163         public int otherPss;
327 return dalvikPss + nativePss + otherPss + getTotalSwappedOutPss();
778 dest.writeInt(otherPss);
810 otherPss = source.readInt();