Searched refs:getCachedSizeKb (Results 1 – 3 of 3) sorted by relevance
66 return getCachedSizeKb() * 1024; in getCachedSize()94 public long getCachedSizeKb() { in getCachedSizeKb() method in MemInfoReader
452 final long cachedKb = memInfo.getCachedSizeKb(); in collectPssInBackground()1507 memInfoBuilder.append(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in reportMemUsage()1587 - (totalPss - totalSwapPss) - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in reportMemUsage()
11006 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()11022 pw.print(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()11027 pw.print(stringifyKBSize(memInfo.getCachedSizeKb())); in dumpApplicationMemoryUsage()11033 pw.print(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()11116 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()11615 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()11629 proto.write(MemInfoDumpProto.CACHED_KERNEL_KB, memInfo.getCachedSizeKb()); in dumpApplicationMemoryUsage()11634 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()