Searched refs:mMemInfo (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DWeightWatcher.java135 @Thunk MemoryTracker.ProcessMemInfo mMemInfo; field in class:WeightWatcher.ProcessWatcher
171 mMemInfo = mMemoryService.getMemInfo(mPid);
172 if (mMemInfo == null) {
183 long sec = mMemInfo.getUptime() / 1000;
213 // "MSG_UPDATE pss=" + mMemInfo.currentPss);
219 + " P=" + mMemInfo.currentPss
220 + " U=" + mMemInfo.currentUss
248 if (mMemInfo == null) return;
250 final int N = mMemInfo.pss.length;
253 final float scale = (float) h / mMemInfo
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcStatsData.java71 private MemInfo mMemInfo; field in class:ProcStatsData
117 return mMemInfo;
155 mMemInfo = new MemInfo(mContext, totalMem, memTotalTime);
168 mMemInfo.baseCacheRam);

Completed in 68 milliseconds