Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DMemInfoReader.java66 return getCachedSizeKb() * 1024; in getCachedSize()
94 public long getCachedSizeKb() { in getCachedSizeKb() method in MemInfoReader
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java452 final long cachedKb = memInfo.getCachedSizeKb(); in collectPssInBackground()
1507 memInfoBuilder.append(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in reportMemUsage()
1587 - (totalPss - totalSwapPss) - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in reportMemUsage()
H A DActivityManagerService.java11006 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()
11022 pw.print(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()
11027 pw.print(stringifyKBSize(memInfo.getCachedSizeKb())); in dumpApplicationMemoryUsage()
11033 pw.print(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()
11116 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()
11615 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()
11629 proto.write(MemInfoDumpProto.CACHED_KERNEL_KB, memInfo.getCachedSizeKb()); in dumpApplicationMemoryUsage()
11634 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()