Searched refs:mAllowedTimeIntoQuotaMs (Results 1 – 1 of 1) sorted by relevance
354 private long mAllowedTimeIntoQuotaMs = mAllowedTimePerPeriodMs - mQuotaBufferMs; field in QuotaController886 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()