Searched refs:originalStatsActive (Results 1 – 1 of 1) sorted by relevance
1251 final ExecutionStats originalStatsActive; in testGetExecutionStatsLocked_Caching() local1256 originalStatsActive = mQuotaController.getExecutionStatsLocked( in testGetExecutionStatsLocked_Caching()1272 expectedStats.allowedTimePerPeriodMs = originalStatsActive.allowedTimePerPeriodMs; in testGetExecutionStatsLocked_Caching()1273 expectedStats.windowSizeMs = originalStatsActive.windowSizeMs; in testGetExecutionStatsLocked_Caching()1274 expectedStats.jobCountLimit = originalStatsActive.jobCountLimit; in testGetExecutionStatsLocked_Caching()1275 expectedStats.sessionCountLimit = originalStatsActive.sessionCountLimit; in testGetExecutionStatsLocked_Caching()1276 expectedStats.expirationTimeElapsed = originalStatsActive.expirationTimeElapsed; in testGetExecutionStatsLocked_Caching()1277 expectedStats.executionTimeInWindowMs = originalStatsActive.executionTimeInWindowMs; in testGetExecutionStatsLocked_Caching()1278 expectedStats.bgJobCountInWindow = originalStatsActive.bgJobCountInWindow; in testGetExecutionStatsLocked_Caching()1279 expectedStats.executionTimeInMaxPeriodMs = originalStatsActive.executionTimeInMaxPeriodMs; in testGetExecutionStatsLocked_Caching()[all …]