Searched refs:startWindowElapsed (Results 1 – 1 of 1) sorted by relevance
747 final long startWindowElapsed = nowElapsed - stats.windowSizeMs; in getTimeUntilQuotaConsumedLocked() local768 sessions, startWindowElapsed, allowedTimeRemainingMs)); in getTimeUntilQuotaConsumedLocked()905 final long startWindowElapsed = nowElapsed - stats.windowSizeMs; in updateExecutionStatsLocked() local918 if (startWindowElapsed < session.endTimeElapsed) { in updateExecutionStatsLocked()920 if (startWindowElapsed < session.startTimeElapsed) { in updateExecutionStatsLocked()923 Math.min(emptyTimeMs, session.startTimeElapsed - startWindowElapsed); in updateExecutionStatsLocked()927 start = startWindowElapsed; in updateExecutionStatsLocked()