Searched refs:newAllowedTimeRestrictedMs (Results 1 – 1 of 1) sorted by relevance
3949 long newAllowedTimeRestrictedMs = Math.min(mMaxExecutionTimeMs, in updateExecutionPeriodConstantsLocked() local3951 minAllowedTimeMs = Math.min(minAllowedTimeMs, newAllowedTimeRestrictedMs); in updateExecutionPeriodConstantsLocked()3952 if (mAllowedTimePerPeriodMs[RESTRICTED_INDEX] != newAllowedTimeRestrictedMs) { in updateExecutionPeriodConstantsLocked()3953 mAllowedTimePerPeriodMs[RESTRICTED_INDEX] = newAllowedTimeRestrictedMs; in updateExecutionPeriodConstantsLocked()