Searched refs:MEMINFO_SWAP_TOTAL (Results 1 – 7 of 7) sorted by relevance
120 return mInfos[Debug.MEMINFO_SWAP_TOTAL]; in getSwapTotalSizeKb()
95 result.swapTotalKb = (int) mInfos[Debug.MEMINFO_SWAP_TOTAL]; in getMetrics()
139 meminfo_counters: MEMINFO_SWAP_TOTAL
391 MEMINFO_SWAP_TOTAL, enumerator
2010 public static final int MEMINFO_SWAP_TOTAL = 8; field in Debug
1840 memInfoBuilder.append(stringifyKBSize(infos[Debug.MEMINFO_SWAP_TOTAL])); in reportMemUsage()
35170 Landroid/os/Debug;->MEMINFO_SWAP_TOTAL:I