Searched refs:remainingQuota (Results 1 – 2 of 2) sorted by relevance
576 final long remainingQuota = BlobStoreConfig.getAppDataBytesLimit() in getRemainingLeaseQuotaBytesInternal() local578 return remainingQuota > 0 ? remainingQuota : 0; in getRemainingLeaseQuotaBytesInternal()
397 public int remainingQuota; field in AlarmManagerService.TemporaryQuotaReserve.QuotaInfo420 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()