Searched refs:newAllowedTimeRareMs (Results 1 – 1 of 1) sorted by relevance
3942 long newAllowedTimeRareMs = Math.min(mMaxExecutionTimeMs, in updateExecutionPeriodConstantsLocked() local3944 minAllowedTimeMs = Math.min(minAllowedTimeMs, newAllowedTimeRareMs); in updateExecutionPeriodConstantsLocked()3945 if (mAllowedTimePerPeriodMs[RARE_INDEX] != newAllowedTimeRareMs) { in updateExecutionPeriodConstantsLocked()3946 mAllowedTimePerPeriodMs[RARE_INDEX] = newAllowedTimeRareMs; in updateExecutionPeriodConstantsLocked()