Home
last modified time | relevance | path

Searched refs:getCachedSizeKb (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DMemInfoReader.java61 return getCachedSizeKb() * 1024; in getCachedSize()
89 public long getCachedSizeKb() { in getCachedSizeKb() method in MemInfoReader
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1942 final long cachedKb = memInfo.getCachedSizeKb();
12731 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()
12764 pw.print(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()
12769 pw.print(stringifyKBSize(memInfo.getCachedSizeKb())); in dumpApplicationMemoryUsage()
12775 pw.print(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()
12781 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()
13225 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()
13239 proto.write(MemInfoDumpProto.CACHED_KERNEL_KB, memInfo.getCachedSizeKb()); in dumpApplicationMemoryUsage()
13243 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()
13503 memInfoBuilder.append(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in reportMemUsage()
[all …]