Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsUi.java558 ActivityManager.MemoryInfo memInfo = new ActivityManager.MemoryInfo(); in refreshStats() local
560 memInfo); in refreshStats()
561 if (memInfo.hiddenAppThreshold >= realFreeRam) { in refreshStats()
565 realUsedRam += memInfo.hiddenAppThreshold; in refreshStats()
566 realFreeRam -= memInfo.hiddenAppThreshold; in refreshStats()
DRunningProcessesView.java463 ActivityManager.MemoryInfo memInfo = new ActivityManager.MemoryInfo(); in doCreate() local
464 mAm.getMemoryInfo(memInfo); in doCreate()
465 SECONDARY_SERVER_MEM = memInfo.secondaryServerThreshold; in doCreate()