Searched refs:newConsumptionLimit (Results 1 – 1 of 1) sorted by relevance
762 final long newConsumptionLimit = Math.min(currentConsumptionLimit + shortfall, in maybePerformQuantitativeEasingLocked() local764 if (newConsumptionLimit != currentConsumptionLimit) { in maybePerformQuantitativeEasingLocked()766 + " to " + cakeToString(newConsumptionLimit)); in maybePerformQuantitativeEasingLocked()767 mScribe.setConsumptionLimitLocked(newConsumptionLimit); in maybePerformQuantitativeEasingLocked()816 final long newConsumptionLimit; in maybeAdjustDesiredStockLevelLocked() local820 newConsumptionLimit = Math.min((long) (currentConsumptionLimit * 1.01), in maybeAdjustDesiredStockLevelLocked()825 newConsumptionLimit = Math.max((long) (currentConsumptionLimit * .98), in maybeAdjustDesiredStockLevelLocked()832 if (newConsumptionLimit != currentConsumptionLimit) { in maybeAdjustDesiredStockLevelLocked()834 + " to " + cakeToString(newConsumptionLimit) in maybeAdjustDesiredStockLevelLocked()836 mScribe.setConsumptionLimitLocked(newConsumptionLimit); in maybeAdjustDesiredStockLevelLocked()