Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerService.java576 final long remainingQuota = BlobStoreConfig.getAppDataBytesLimit() in getRemainingLeaseQuotaBytesInternal() local
578 return remainingQuota > 0 ? remainingQuota : 0; in getRemainingLeaseQuotaBytesInternal()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java397 public int remainingQuota; field in AlarmManagerService.TemporaryQuotaReserve.QuotaInfo
420 currentQuotaInfo.remainingQuota = quota; in replenishQuota()
429 return quotaInfo != null && quotaInfo.remainingQuota > 0 in hasQuota()
449 if (quotaInfo.remainingQuota <= 0) { in recordUsage()
451 + " but remaining only " + quotaInfo.remainingQuota in recordUsage()
458 quotaInfo.remainingQuota--; in recordUsage()
504 pw.print(quotaInfo.remainingQuota); in dump()