Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java672 && isUnderSessionCountQuotaLocked(stats, standbyBucket); in isWithinQuotaLocked()
685 private boolean isUnderSessionCountQuotaLocked(@NonNull ExecutionStats stats, in isUnderSessionCountQuotaLocked() method in QuotaController
1286 final boolean isUnderTimingSessionCountQuota = isUnderSessionCountQuotaLocked(stats, in maybeScheduleStartAlarmLocked()