HomeSort by relevance Sort by last modified time
    Searched refs:mInfos (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
MemInfoReader.java 23 final long[] mInfos = new long[Debug.MEMINFO_COUNT];
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[Debug.MEMINFO_SHMEM] + mInfos[Debug.MEMINFO_SLAB
    [all...]
  /frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java 157 private AccountInfo[] mInfos;
161 mInfos = infos;
180 holder.text.setText(mInfos[position].name);
181 holder.icon.setImageDrawable(mInfos[position].drawable);
ChooseAccountTypeActivity.java 173 private ArrayList<AuthInfo> mInfos;
178 mInfos = infos;
197 holder.text.setText(mInfos.get(position).name);
198 holder.icon.setImageDrawable(mInfos.get(position).drawable);
  /packages/apps/Camera2/src/com/android/camera/settings/
CameraSettingsActivity.java 97 private CameraDeviceInfo mInfos;
126 mInfos = CameraAgentFactory
429 if (mInfos == null) {
434 int backCameraId = SettingsUtil.getCameraId(mInfos, SettingsUtil.CAMERA_FACING_BACK);
451 int frontCameraId = SettingsUtil.getCameraId(mInfos, SettingsUtil.CAMERA_FACING_FRONT);
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java     [all...]
  /external/doclava/src/com/google/doclava/
Stubs.java 267 private static void cantStripThis(ArrayList<MethodInfo> mInfos, HashSet<ClassInfo> notStrippable) {
270 if (mInfos != null) {
271 for (MethodInfo mInfo : mInfos) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]

Completed in 201 milliseconds