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.java65 return getCachedSizeKb() * 1024; in getCachedSize()
93 public long getCachedSizeKb() { in getCachedSizeKb() method in MemInfoReader
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1953 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 …]
/frameworks/base/config/
Dboot-image-profile.txt24240 HSPLcom/android/internal/util/MemInfoReader;->getCachedSizeKb()J