Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DMemInfoReader.java120 return mInfos[Debug.MEMINFO_SWAP_TOTAL]; in getSwapTotalSizeKb()
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DSystemMemoryUtil.java95 result.swapTotalKb = (int) mInfos[Debug.MEMINFO_SWAP_TOTAL]; in getMetrics()
/aosp14/frameworks/base/apct-tests/perftests/multiuser/trace_configs/
H A Dtrace_config_multi_user.textproto139 meminfo_counters: MEMINFO_SWAP_TOTAL
/aosp14/frameworks/base/core/java/android/os/
H A DDebug.java1973 public static final int MEMINFO_SWAP_TOTAL = 8; field in Debug
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp579 MEMINFO_SWAP_TOTAL, enumerator
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java1706 memInfoBuilder.append(stringifyKBSize(infos[Debug.MEMINFO_SWAP_TOTAL])); in reportMemUsage()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt35813 Landroid/os/Debug;->MEMINFO_SWAP_TOTAL:I