Searched refs:getCachedSizeKb (Results 1 – 2 of 2) sorted by relevance
66 return getCachedSizeKb() * 1024; in getCachedSize()94 public long getCachedSizeKb() { in getCachedSizeKb() method in MemInfoReader
551 mCachedInKb = (int) memInfo.getCachedSizeKb(); in updateCachedAppsSnapshot()664 final long cachedKb = memInfo.getCachedSizeKb(); in collectPssInBackground()802 final long cachedKb = memInfo.getCachedSizeKb(); in collectRssInBackground()1859 memInfoBuilder.append(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in reportMemUsage()1939 - (totalPss - totalSwapPss) - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in reportMemUsage()