Searched refs:newRestrictedPeriodMs (Results 1 – 1 of 1) sorted by relevance
2390 long newRestrictedPeriodMs = Math.max(mAllowedTimePerPeriodMs, in updateConstants() local2392 if (mBucketPeriodsMs[RESTRICTED_INDEX] != newRestrictedPeriodMs) { in updateConstants()2393 mBucketPeriodsMs[RESTRICTED_INDEX] = newRestrictedPeriodMs; in updateConstants()