Searched refs:isUnderSessionCountQuotaLocked (Results 1 – 2 of 2) sorted by relevance
923 return isUnderJobCountQuotaLocked(stats) && isUnderSessionCountQuotaLocked(stats);949 && isUnderSessionCountQuotaLocked(stats);961 private boolean isUnderSessionCountQuotaLocked(@NonNull ExecutionStats stats) { in isUnderSessionCountQuotaLocked() method in QuotaController1847 final boolean isUnderTimingSessionCountQuota = isUnderSessionCountQuotaLocked(stats); in maybeScheduleStartAlarmLocked()
13483 HPLcom/android/server/job/controllers/QuotaController;->isUnderSessionCountQuotaLocked(Lcom/android…