Searched refs:getCachedSizeKb (Results 1 – 2 of 2) sorted by relevance
56 return getCachedSizeKb() * 1024; in getCachedSize()84 public long getCachedSizeKb() { in getCachedSizeKb() method in MemInfoReader
1854 mProcessStats.addSysMemUsageLocked(memInfo.getCachedSizeKb(),14383 mProcessStats.addSysMemUsageLocked(memInfo.getCachedSizeKb(), in dumpApplicationMemoryUsage()14410 pw.print(" Free RAM: "); pw.print(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()14413 pw.print(memInfo.getCachedSizeKb()); pw.print(" cached kernel + "); in dumpApplicationMemoryUsage()14417 pw.print(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()14428 - totalPss - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()14710 memInfoBuilder.append(cachedPss + memInfo.getCachedSizeKb() in reportMemUsage()14718 - totalPss - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in reportMemUsage()