Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DQuotaController.java781 && isUnderSessionCountQuotaLocked(stats, standbyBucket); in isWithinQuotaLocked()
794 private boolean isUnderSessionCountQuotaLocked(@NonNull ExecutionStats stats, in isUnderSessionCountQuotaLocked() method in QuotaController
1371 final boolean isUnderTimingSessionCountQuota = isUnderSessionCountQuotaLocked(stats, in maybeScheduleStartAlarmLocked()