Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java87 private double mWeightToRam; field in ProcessStatsDetail
107 mWeightToRam = args.getDouble(EXTRA_WEIGHT_TO_RAM); in onCreate()
186 double avgRam = (statsForeground ? mApp.mRunWeight : mApp.mBgWeight) * mWeightToRam; in createDetails()
254 long memoryUse = Math.max((long) (entry.mRunWeight * mWeightToRam), in fillProcessesSection()
255 (long) (entry.mBgWeight * mWeightToRam)); in fillProcessesSection()