Searched refs:memInfo (Results 1 – 2 of 2) sorted by relevance
558 ActivityManager.MemoryInfo memInfo = new ActivityManager.MemoryInfo(); in refreshStats() local560 memInfo); in refreshStats()561 if (memInfo.hiddenAppThreshold >= realFreeRam) { in refreshStats()565 realUsedRam += memInfo.hiddenAppThreshold; in refreshStats()566 realFreeRam -= memInfo.hiddenAppThreshold; in refreshStats()
463 ActivityManager.MemoryInfo memInfo = new ActivityManager.MemoryInfo(); in doCreate() local464 mAm.getMemoryInfo(memInfo); in doCreate()465 SECONDARY_SERVER_MEM = memInfo.secondaryServerThreshold; in doCreate()