Searched refs:getSummaryTotalSwap (Results 1 – 2 of 2) sorted by relevance
519 return Integer.toString(getSummaryTotalSwap()); in getMemoryStat()541 stats.put("summary.total-swap", Integer.toString(getSummaryTotalSwap())); in getMemoryStats()665 public int getSummaryTotalSwap() { in getSummaryTotalSwap() method in Debug.MemoryInfo
2385 "TOTAL SWAP (KB):", memInfo.getSummaryTotalSwap()); in dumpMemInfoTable()