Searched refs:isUnderJobCountQuotaLocked (Results 1 – 2 of 2) sorted by relevance
923 return isUnderJobCountQuotaLocked(stats) && isUnderSessionCountQuotaLocked(stats);948 && isUnderJobCountQuotaLocked(stats)952 private boolean isUnderJobCountQuotaLocked(@NonNull ExecutionStats stats) { in isUnderJobCountQuotaLocked() method in QuotaController1846 final boolean isUnderJobCountQuota = isUnderJobCountQuotaLocked(stats); in maybeScheduleStartAlarmLocked()2169 if (!isUnderJobCountQuotaLocked(stats)) {
13482 HPLcom/android/server/job/controllers/QuotaController;->isUnderJobCountQuotaLocked(Lcom/android/ser…