Searched refs:newFrequentPeriodMs (Results 1 – 1 of 1) sorted by relevance
2301 long newFrequentPeriodMs = Math.max(mAllowedTimePerPeriodMs, in updateConstants() local2303 if (mBucketPeriodsMs[FREQUENT_INDEX] != newFrequentPeriodMs) { in updateConstants()2304 mBucketPeriodsMs[FREQUENT_INDEX] = newFrequentPeriodMs; in updateConstants()