Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsUi.java499 double backgroundWeight = 0, persBackgroundWeight = 0; in refreshStats() local
517 backgroundWeight += totalMem.processStateWeight[i]; in refreshStats()
533 (long)((backgroundWeight * 1024) / memTotalTime))); in refreshStats()
727 mMaxWeight = (long)(mShowSystem ? persBackgroundWeight : backgroundWeight); in refreshStats()