Searched refs:MEMINFO_COUNT (Results 1 – 3 of 3) sorted by relevance
24 final long[] mInfos = new long[Debug.MEMINFO_COUNT];
574 MEMINFO_COUNT enumerator585 if (outLen < MEMINFO_COUNT) { in android_os_Debug_getMemInfo()605 outLen = MEMINFO_COUNT; in android_os_Debug_getMemInfo()
1953 public static final int MEMINFO_COUNT = 16; field in Debug