Searched refs:shortfall (Results 1 – 2 of 2) sorted by relevance
760 final long shortfall = (mCurrentBatteryLevel - QUANTITATIVE_EASING_BATTERY_THRESHOLD) in maybePerformQuantitativeEasingLocked() local762 final long newConsumptionLimit = Math.min(currentConsumptionLimit + shortfall, in maybePerformQuantitativeEasingLocked()866 final long shortfall = newLimit - remainingConsumableCakes; in adjustCreditSupplyLocked() local867 mScribe.adjustRemainingConsumableCakesLocked((long) (perc * shortfall)); in adjustCreditSupplyLocked()
751 final long shortfall = minBalance - ledger.getCurrentBalance(); in distributeBasicIncomeLocked() local752 if (shortfall > 0) { in distributeBasicIncomeLocked()755 null, (long) (perc * shortfall), 0), true); in distributeBasicIncomeLocked()