Searched refs:isQuotaFreeLocked (Results 1 – 4 of 4) sorted by relevance
184 if (!isEnabledLocked() || isQuotaFreeLocked(userId, packageName)) { in noteEvent()320 if (isQuotaFreeLocked(userId, packageName)) { in isWithinQuotaLocked()588 if (!isEnabledLocked() || isQuotaFreeLocked(userId, packageName)) { in maybeUpdateStatusForUptcLocked()
276 boolean isQuotaFreeLocked() { in isQuotaFreeLocked() method in QuotaTracker282 boolean isQuotaFreeLocked(int userId, @NonNull String packageName) { in isQuotaFreeLocked() method in QuotaTracker
839 if (isQuotaFreeLocked(jobStatus.getEffectiveStandbyBucket())) { in isWithinEJQuotaLocked()898 private boolean isQuotaFreeLocked(final int standbyBucket) {914 if (isQuotaFreeLocked(standbyBucket)) return true;2074 && !isQuotaFreeLocked(standbyBucket)) {2152 return !isQuotaFreeLocked(standbyBucket)
21121 HSPLcom/android/server/job/controllers/QuotaController;->isQuotaFreeLocked(I)Z+]Lcom/android/server…42122 HPLcom/android/server/utils/quota/QuotaTracker;->isQuotaFreeLocked(ILjava/lang/String;)Z+]Landroid/…