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