Searched refs:mMaxExecutionTimeMs (Results 1 – 1 of 1) sorted by relevance
972 mMaxExecutionTimeMs - stats.executionTimeInMaxPeriodMs);1050 return mMaxExecutionTimeMs;1060 mMaxExecutionTimeMs - stats.executionTimeInMaxPeriodMs;1139 if (timeUntilQuotaConsumedMs > mMaxExecutionTimeMs) {3815 if (mMaxExecutionTimeMs != newMaxExecutionTimeMs) {3816 mMaxExecutionTimeMs = newMaxExecutionTimeMs;3821 long newAllowedTimeExemptedMs = Math.min(mMaxExecutionTimeMs,3828 long newAllowedTimeActiveMs = Math.min(mMaxExecutionTimeMs,3835 long newAllowedTimeWorkingMs = Math.min(mMaxExecutionTimeMs,3849 long newAllowedTimeRareMs = Math.min(mMaxExecutionTimeMs,[all …]