Searched refs:MEMINFO_COUNT (Results 1 – 3 of 3) sorted by relevance
23 final long[] mInfos = new long[Debug.MEMINFO_COUNT];
649 MEMINFO_COUNT enumerator771 if (maxNum > MEMINFO_COUNT) { in android_os_Debug_getMemInfo()772 maxNum = MEMINFO_COUNT; in android_os_Debug_getMemInfo()
1713 public static final int MEMINFO_COUNT = 13; field in Debug