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
2077 final long cachedKb = memInfo.getCachedSizeKb();14960 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()14992 pw.print(" Free RAM: "); pw.print(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()14995 pw.print(memInfo.getCachedSizeKb()); pw.print(" cached kernel + "); in dumpApplicationMemoryUsage()14999 pw.print(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()15010 - totalPss - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()15292 memInfoBuilder.append(cachedPss + memInfo.getCachedSizeKb() in reportMemUsage()15300 - totalPss - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in reportMemUsage()