Searched refs:getCachedSizeKb (Results 1 – 3 of 3) sorted by relevance
65 return getCachedSizeKb() * 1024; in getCachedSize()93 public long getCachedSizeKb() { in getCachedSizeKb() method in MemInfoReader
1953 final long cachedKb = memInfo.getCachedSizeKb();12790 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()12823 pw.print(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()12828 pw.print(stringifyKBSize(memInfo.getCachedSizeKb())); in dumpApplicationMemoryUsage()12834 pw.print(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()12859 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()13303 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()13317 proto.write(MemInfoDumpProto.CACHED_KERNEL_KB, memInfo.getCachedSizeKb()); in dumpApplicationMemoryUsage()13321 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()13581 memInfoBuilder.append(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in reportMemUsage()[all …]
24240 HSPLcom/android/internal/util/MemInfoReader;->getCachedSizeKb()J