Searched refs:newQuotaBufferMs (Results 1 – 1 of 1) sorted by relevance
3958 long newQuotaBufferMs = Math.max(0, Math.min(minAllowedTimeMs, in updateExecutionPeriodConstantsLocked() local3960 if (mQuotaBufferMs != newQuotaBufferMs) { in updateExecutionPeriodConstantsLocked()3961 mQuotaBufferMs = newQuotaBufferMs; in updateExecutionPeriodConstantsLocked()