Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1713 private static final int INDEX_OTHER_SWAP_PSS = 7; field in ActivityManagerService
12113 ss[INDEX_OTHER_SWAP_PSS] += mi.otherSwappedOutPss; in dumpApplicationMemoryUsage()
12120 ss[INDEX_OTHER_SWAP_PSS] -= mem; in dumpApplicationMemoryUsage()
12210 ss[INDEX_OTHER_SWAP_PSS] += info.otherSwappedOutPss; in dumpApplicationMemoryUsage()
12218 ss[INDEX_OTHER_SWAP_PSS] -= mem; in dumpApplicationMemoryUsage()
12241 ss[INDEX_OTHER_SWAP_PSS], ss[INDEX_OTHER_RSS], -3)); in dumpApplicationMemoryUsage()
12756 ss[INDEX_OTHER_SWAP_PSS] += mi.otherSwappedOutPss; in dumpApplicationMemoryUsage()
12763 ss[INDEX_OTHER_SWAP_PSS] -= mem; in dumpApplicationMemoryUsage()
12844 ss[INDEX_OTHER_SWAP_PSS] += info.otherSwappedOutPss; in dumpApplicationMemoryUsage()
12852 ss[INDEX_OTHER_SWAP_PSS] -= mem; in dumpApplicationMemoryUsage()
[all …]