Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java354 private long mAllowedTimeIntoQuotaMs = mAllowedTimePerPeriodMs - mQuotaBufferMs; field in QuotaController
886 if (stats.executionTimeInWindowMs >= mAllowedTimeIntoQuotaMs) { in updateExecutionStatsLocked()
888 nowElapsed - mAllowedTimeIntoQuotaMs + stats.windowSizeMs); in updateExecutionStatsLocked()
933 if (stats.executionTimeInWindowMs >= mAllowedTimeIntoQuotaMs) { in updateExecutionStatsLocked()
935 start + stats.executionTimeInWindowMs - mAllowedTimeIntoQuotaMs in updateExecutionStatsLocked()
2352 mAllowedTimeIntoQuotaMs = mAllowedTimePerPeriodMs - mQuotaBufferMs; in updateConstants()
2361 mAllowedTimeIntoQuotaMs = mAllowedTimePerPeriodMs - mQuotaBufferMs; in updateConstants()