Searched refs:otherSwappablePss (Results 1 – 2 of 2) sorted by relevance
181 public int otherSwappablePss; field in Debug.MemoryInfo372 otherSwappablePss = other.otherSwappablePss; in set()408 return dalvikSwappablePss + nativeSwappablePss + otherSwappablePss; in getTotalSwappablePss()855 dest.writeInt(otherSwappablePss); in writeToParcel()887 otherSwappablePss = source.readInt(); in readFromParcel()
2533 pw.print(memInfo.otherSwappablePss); pw.print(','); in dumpMemInfoTable()2643 int otherSwappablePss = memInfo.otherSwappablePss; in dumpMemInfoTable() local2677 otherSwappablePss -= mySwappablePss; in dumpMemInfoTable()2688 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable()2838 int otherSwappablePss = memInfo.otherSwappablePss; in dumpMemInfoTable() local2865 otherSwappablePss -= mySwappablePss; in dumpMemInfoTable()2876 otherPss, otherSwappablePss, in dumpMemInfoTable()