Searched refs:newLimit (Results 1 – 3 of 3) sorted by relevance
857 final long newLimit = getConsumptionLimitLocked(); in adjustCreditSupplyLocked() local859 if (remainingConsumableCakes == newLimit) { in adjustCreditSupplyLocked()862 if (remainingConsumableCakes > newLimit) { in adjustCreditSupplyLocked()863 mScribe.adjustRemainingConsumableCakesLocked(newLimit - remainingConsumableCakes); in adjustCreditSupplyLocked()866 final long shortfall = newLimit - remainingConsumableCakes; in adjustCreditSupplyLocked()
4088 int newLimit = Math.max(0, QUOTA_BUMP_LIMIT);4089 if (mQuotaBumpLimit != newLimit) {4090 mQuotaBumpLimit = newLimit;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...