Home
last modified time | relevance | path

Searched refs:newLimit (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DInternalResourceService.java857 final long newLimit = getConsumptionLimitLocked(); in adjustCreditSupplyLocked() local
859 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()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DQuotaController.java4088 int newLimit = Math.max(0, QUOTA_BUMP_LIMIT);
4089 if (mQuotaBumpLimit != newLimit) {
4090 mQuotaBumpLimit = newLimit;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...