Searched refs:otherSwappablePss (Results 1 – 2 of 2) sorted by relevance
181 public int otherSwappablePss; field in Debug.MemoryInfo374 otherSwappablePss = other.otherSwappablePss; in set()410 return dalvikSwappablePss + nativeSwappablePss + otherSwappablePss; in getTotalSwappablePss()860 dest.writeInt(otherSwappablePss); in writeToParcel()892 otherSwappablePss = source.readInt(); in readFromParcel()
2552 pw.print(memInfo.otherSwappablePss); pw.print(','); in dumpMemInfoTable()2662 int otherSwappablePss = memInfo.otherSwappablePss; in dumpMemInfoTable() local2696 otherSwappablePss -= mySwappablePss; in dumpMemInfoTable()2707 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable()2857 int otherSwappablePss = memInfo.otherSwappablePss; in dumpMemInfoTable() local2884 otherSwappablePss -= mySwappablePss; in dumpMemInfoTable()2895 otherPss, otherSwappablePss, in dumpMemInfoTable()