Searched refs:newAllowedTimeActiveMs (Results 1 – 1 of 1) sorted by relevance
3921 long newAllowedTimeActiveMs = Math.min(mMaxExecutionTimeMs, in updateExecutionPeriodConstantsLocked() local3923 minAllowedTimeMs = Math.min(minAllowedTimeMs, newAllowedTimeActiveMs); in updateExecutionPeriodConstantsLocked()3924 if (mAllowedTimePerPeriodMs[ACTIVE_INDEX] != newAllowedTimeActiveMs) { in updateExecutionPeriodConstantsLocked()3925 mAllowedTimePerPeriodMs[ACTIVE_INDEX] = newAllowedTimeActiveMs; in updateExecutionPeriodConstantsLocked()