Searched refs:startWindowElapsed (Results 1 – 1 of 1) sorted by relevance
856 final long startWindowElapsed = nowElapsed - stats.windowSizeMs; in getTimeUntilQuotaConsumedLocked() local877 sessions, startWindowElapsed, allowedTimeRemainingMs)); in getTimeUntilQuotaConsumedLocked()1003 final long startWindowElapsed = nowElapsed - stats.windowSizeMs; in updateExecutionStatsLocked() local1016 if (startWindowElapsed < session.endTimeElapsed) { in updateExecutionStatsLocked()1018 if (startWindowElapsed < session.startTimeElapsed) { in updateExecutionStatsLocked()1021 Math.min(emptyTimeMs, session.startTimeElapsed - startWindowElapsed); in updateExecutionStatsLocked()1025 start = startWindowElapsed; in updateExecutionStatsLocked()