Searched refs:newAllowedTimeExemptedMs (Results 1 – 1 of 1) sorted by relevance
3914 long newAllowedTimeExemptedMs = Math.min(mMaxExecutionTimeMs, in updateExecutionPeriodConstantsLocked() local3916 minAllowedTimeMs = Math.min(minAllowedTimeMs, newAllowedTimeExemptedMs); in updateExecutionPeriodConstantsLocked()3917 if (mAllowedTimePerPeriodMs[EXEMPTED_INDEX] != newAllowedTimeExemptedMs) { in updateExecutionPeriodConstantsLocked()3918 mAllowedTimePerPeriodMs[EXEMPTED_INDEX] = newAllowedTimeExemptedMs; in updateExecutionPeriodConstantsLocked()