Searched refs:getCachedSizeKb (Results 1 – 3 of 3) sorted by relevance
61 return getCachedSizeKb() * 1024; in getCachedSize()89 public long getCachedSizeKb() { in getCachedSizeKb() method in MemInfoReader
1942 final long cachedKb = memInfo.getCachedSizeKb();12739 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()12772 pw.print(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()12777 pw.print(stringifyKBSize(memInfo.getCachedSizeKb())); in dumpApplicationMemoryUsage()12783 pw.print(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()12789 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()13233 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()13247 proto.write(MemInfoDumpProto.CACHED_KERNEL_KB, memInfo.getCachedSizeKb()); in dumpApplicationMemoryUsage()13251 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()13511 memInfoBuilder.append(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in reportMemUsage()[all …]
24241 HSPLcom/android/internal/util/MemInfoReader;->getCachedSizeKb()J