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
450 final long cachedKb = memInfo.getCachedSizeKb(); in collectPssInBackground()1514 memInfoBuilder.append(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in reportMemUsage()1594 - (totalPss - totalSwapPss) - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in reportMemUsage()
10965 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()10981 pw.print(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()10986 pw.print(stringifyKBSize(memInfo.getCachedSizeKb())); in dumpApplicationMemoryUsage()10992 pw.print(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()11075 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()11574 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()11588 proto.write(MemInfoDumpProto.CACHED_KERNEL_KB, memInfo.getCachedSizeKb()); in dumpApplicationMemoryUsage()11593 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()