Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/stats/pull/
DSystemMemoryUtil.java92 result.inactiveAnonKb = (int) mInfos[Debug.MEMINFO_INACTIVE_ANON]; in getMetrics()
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/
Dtrace_config_multi_user.textproto135 meminfo_counters: MEMINFO_INACTIVE_ANON
/frameworks/base/core/jni/
Dandroid_os_Debug.cpp404 MEMINFO_INACTIVE_ANON, enumerator
/frameworks/base/core/java/android/os/
DDebug.java2040 public static final int MEMINFO_INACTIVE_ANON = 21; field in Debug