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()924 dest.writeInt(otherSwappablePss); in writeToParcel()956 otherSwappablePss = source.readInt(); in readFromParcel()
2594 pw.print(memInfo.otherSwappablePss); pw.print(','); in dumpMemInfoTable()2704 int otherSwappablePss = memInfo.otherSwappablePss; in dumpMemInfoTable() local2740 otherSwappablePss -= mySwappablePss; in dumpMemInfoTable()2752 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable()2911 int otherSwappablePss = memInfo.otherSwappablePss; in dumpMemInfoTable() local2940 otherSwappablePss -= mySwappablePss; in dumpMemInfoTable()2952 otherPss, otherSwappablePss, in dumpMemInfoTable()