Searched refs:otherSwappablePss (Results 1 – 2 of 2) sorted by relevance
189 public int otherSwappablePss; field in Debug.MemoryInfo384 otherSwappablePss = other.otherSwappablePss; in set()420 return dalvikSwappablePss + nativeSwappablePss + otherSwappablePss; in getTotalSwappablePss()934 dest.writeInt(otherSwappablePss); in writeToParcel()966 otherSwappablePss = source.readInt(); in readFromParcel()
3233 pw.print(memInfo.otherSwappablePss); pw.print(','); in dumpMemInfoTable()3343 int otherSwappablePss = memInfo.otherSwappablePss; in dumpMemInfoTable() local3379 otherSwappablePss -= mySwappablePss; in dumpMemInfoTable()3391 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable()3551 int otherSwappablePss = memInfo.otherSwappablePss; in dumpMemInfoTable() local3580 otherSwappablePss -= mySwappablePss; in dumpMemInfoTable()3592 otherPss, otherSwappablePss, in dumpMemInfoTable()