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