Searched refs:mInfos (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DMemInfoReader.java23 final long[] mInfos = new long[Debug.MEMINFO_COUNT]; field in class:MemInfoReader
31 Debug.getMemInfo(mInfos);
41 return mInfos[Debug.MEMINFO_TOTAL] * 1024;
48 return mInfos[Debug.MEMINFO_FREE] * 1024;
70 return mInfos[Debug.MEMINFO_TOTAL];
77 return mInfos[Debug.MEMINFO_FREE];
85 return mInfos[Debug.MEMINFO_BUFFERS]
86 + mInfos[Debug.MEMINFO_CACHED] - mInfos[Debug.MEMINFO_MAPPED];
93 return mInfos[Debu
[all...]
/frameworks/base/core/java/android/accounts/
H A DChooseAccountActivity.java157 private AccountInfo[] mInfos; field in class:ChooseAccountActivity.AccountArrayAdapter
161 mInfos = infos;
180 holder.text.setText(mInfos[position].name);
181 holder.icon.setImageDrawable(mInfos[position].drawable);
H A DChooseAccountTypeActivity.java173 private ArrayList<AuthInfo> mInfos; field in class:ChooseAccountTypeActivity.AccountArrayAdapter
178 mInfos = infos;
197 holder.text.setText(mInfos.get(position).name);
198 holder.icon.setImageDrawable(mInfos.get(position).drawable);
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java1216 private List<AccessibilityNodeInfo> mInfos; field in class:AccessibilityInteractionController.AddNodeInfosForViewId
1220 mInfos = infos;
1225 mInfos = null;
1231 mInfos.add(view.createAccessibilityNodeInfo());

Completed in 116 milliseconds