Searched refs:mQuotaBufferMs (Results 1 – 1 of 1) sorted by relevance
354 private long mQuotaBufferMs = QcConstants.DEFAULT_IN_QUOTA_BUFFER_MS; field in QuotaController360 private long mMaxExecutionTimeIntoQuotaMs = mMaxExecutionTimeMs - mQuotaBufferMs;1292 final long allowedTimeIntoQuotaMs = stats.allowedTimePerPeriodMs - mQuotaBufferMs; in updateExecutionStatsLocked()1889 getEJLimitMsLocked(userId, packageName, standbyBucket) - mQuotaBufferMs; in maybeScheduleStartAlarmLocked()3910 mMaxExecutionTimeIntoQuotaMs = mMaxExecutionTimeMs - mQuotaBufferMs; in updateExecutionPeriodConstantsLocked()3960 if (mQuotaBufferMs != newQuotaBufferMs) { in updateExecutionPeriodConstantsLocked()3961 mQuotaBufferMs = newQuotaBufferMs; in updateExecutionPeriodConstantsLocked()3962 mMaxExecutionTimeIntoQuotaMs = mMaxExecutionTimeMs - mQuotaBufferMs; in updateExecutionPeriodConstantsLocked()4450 return mQuotaBufferMs; in getInQuotaBufferMs()