Searched refs:newMaxExecutionTimeMs (Results 1 – 1 of 1) sorted by relevance
2267 long newMaxExecutionTimeMs = Math.max(MIN_MAX_EXECUTION_TIME_MS, in updateConstants() local2269 if (mMaxExecutionTimeMs != newMaxExecutionTimeMs) { in updateConstants()2270 mMaxExecutionTimeMs = newMaxExecutionTimeMs; in updateConstants()