Home | History | Annotate | Download | only in util

Lines Matching refs:Debug

19 import android.os.Debug;
23 final long[] mInfos = new long[Debug.MEMINFO_COUNT];
31 Debug.getMemInfo(mInfos);
38 return mInfos[Debug.MEMINFO_TOTAL] * 1024;
42 return mInfos[Debug.MEMINFO_FREE] * 1024;
46 return mInfos[Debug.MEMINFO_CACHED] * 1024;
50 return mInfos[Debug.MEMINFO_TOTAL];
54 return mInfos[Debug.MEMINFO_FREE];
58 return mInfos[Debug.MEMINFO_CACHED];
62 return mInfos[Debug.MEMINFO_BUFFERS];
66 return mInfos[Debug.MEMINFO_SHMEM];
70 return mInfos[Debug.MEMINFO_SLAB];
74 return mInfos[Debug.MEMINFO_SWAP_TOTAL];
78 return mInfos[Debug.MEMINFO_SWAP_FREE];
82 return mInfos[Debug.MEMINFO_ZRAM_TOTAL];