Searched refs:setMemoryPressure (Results 1 – 3 of 3) sorted by relevance
241 setMemoryPressure(ADJ_MEM_FACTOR_NORMAL); in testExtraDelaysInServiceRestartOnLowMem()248 setMemoryPressure(ADJ_MEM_FACTOR_MODERATE); in testExtraDelaysInServiceRestartOnLowMem()261 setMemoryPressure(ADJ_MEM_FACTOR_LOW); in testExtraDelaysInServiceRestartOnLowMem()279 setMemoryPressure(ADJ_MEM_FACTOR_NORMAL); in testExtraDelaysInServiceRestartOnLowMem()464 private void setMemoryPressure(int pressure) throws Exception { in setMemoryPressure() method in ServiceRestarterTest
161 public void setMemoryPressure(boolean memoryPressure) { in setMemoryPressure() method in TileServices
181 mTileService.setMemoryPressure(true); in testSetMemoryPressure()