Searched refs:newQuotaBufferMs (Results 1 – 1 of 1) sorted by relevance
2357 long newQuotaBufferMs = Math.max(0, Math.min(mAllowedTimePerPeriodMs, in updateConstants() local2359 if (mQuotaBufferMs != newQuotaBufferMs) { in updateConstants()2360 mQuotaBufferMs = newQuotaBufferMs; in updateConstants()