Home
last modified time | relevance | path

Searched refs:getCachedSizeKb (Results 1 – 3 of 3) 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();
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 …]
/frameworks/base/config/
Dboot-image-profile.txt24241 HSPLcom/android/internal/util/MemInfoReader;->getCachedSizeKb()J