Home
last modified time | relevance | path

Searched refs:remainingQuota (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerService.java576 final long remainingQuota = BlobStoreConfig.getAppDataBytesLimit() in getRemainingLeaseQuotaBytesInternal() local
578 return remainingQuota > 0 ? remainingQuota : 0; in getRemainingLeaseQuotaBytesInternal()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java408 public int remainingQuota; field in AlarmManagerService.TemporaryQuotaReserve.QuotaInfo
431 currentQuotaInfo.remainingQuota = quota; in replenishQuota()
440 return quotaInfo != null && quotaInfo.remainingQuota > 0 in hasQuota()
460 if (quotaInfo.remainingQuota <= 0) { in recordUsage()
462 + " but remaining only " + quotaInfo.remainingQuota in recordUsage()
469 quotaInfo.remainingQuota--; in recordUsage()
515 pw.print(quotaInfo.remainingQuota); in dump()