Home
last modified time | relevance | path

Searched refs:mInfos (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DMemInfoReader.java23 final long[] mInfos = new long[Debug.MEMINFO_COUNT]; field in MemInfoReader
31 Debug.getMemInfo(mInfos); in readMemInfo()
41 return mInfos[Debug.MEMINFO_TOTAL] * 1024; in getTotalSize()
48 return mInfos[Debug.MEMINFO_FREE] * 1024; in getFreeSize()
70 return mInfos[Debug.MEMINFO_TOTAL]; in getTotalSizeKb()
77 return mInfos[Debug.MEMINFO_FREE]; in getFreeSizeKb()
85 return mInfos[Debug.MEMINFO_BUFFERS] in getCachedSizeKb()
86 + mInfos[Debug.MEMINFO_CACHED] - mInfos[Debug.MEMINFO_MAPPED]; in getCachedSizeKb()
93 return mInfos[Debug.MEMINFO_SHMEM] + mInfos[Debug.MEMINFO_SLAB] in getKernelUsedSizeKb()
94 + mInfos[Debug.MEMINFO_VM_ALLOC_USED] + mInfos[Debug.MEMINFO_PAGE_TABLES] in getKernelUsedSizeKb()
[all …]
/frameworks/base/core/java/android/accounts/
DChooseAccountActivity.java159 private AccountInfo[] mInfos; field in ChooseAccountActivity.AccountArrayAdapter
163 mInfos = infos; in AccountArrayAdapter()
182 holder.text.setText(mInfos[position].name); in getView()
183 holder.icon.setImageDrawable(mInfos[position].drawable); in getView()
DChooseAccountTypeActivity.java173 private ArrayList<AuthInfo> mInfos; field in ChooseAccountTypeActivity.AccountArrayAdapter
178 mInfos = infos; in AccountArrayAdapter()
197 holder.text.setText(mInfos.get(position).name); in getView()
198 holder.icon.setImageDrawable(mInfos.get(position).drawable); in getView()
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java1174 private List<AccessibilityNodeInfo> mInfos; field in AccessibilityInteractionController.AddNodeInfosForViewId
1178 mInfos = infos; in init()
1183 mInfos = null; in reset()
1189 mInfos.add(view.createAccessibilityNodeInfo()); in test()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...