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.java66 return getCachedSizeKb() * 1024; in getCachedSize()
94 public long getCachedSizeKb() { in getCachedSizeKb() method in MemInfoReader
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java450 final long cachedKb = memInfo.getCachedSizeKb(); in collectPssInBackground()
1514 memInfoBuilder.append(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in reportMemUsage()
1594 - (totalPss - totalSwapPss) - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in reportMemUsage()
DActivityManagerService.java10965 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()
10981 pw.print(stringifyKBSize(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()
10986 pw.print(stringifyKBSize(memInfo.getCachedSizeKb())); in dumpApplicationMemoryUsage()
10992 pw.print(cachedPss + memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()
11075 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()
11574 final long cachedKb = memInfo.getCachedSizeKb(); in dumpApplicationMemoryUsage()
11588 proto.write(MemInfoDumpProto.CACHED_KERNEL_KB, memInfo.getCachedSizeKb()); in dumpApplicationMemoryUsage()
11593 - memInfo.getFreeSizeKb() - memInfo.getCachedSizeKb() in dumpApplicationMemoryUsage()