Searched refs:originalStatsWorking (Results 1 – 1 of 1) sorted by relevance
1239 final ExecutionStats originalStatsWorking; in testGetExecutionStatsLocked_Caching() local1245 originalStatsWorking = mQuotaController.getExecutionStatsLocked( in testGetExecutionStatsLocked_Caching()1279 expectedStats.allowedTimePerPeriodMs = originalStatsWorking.allowedTimePerPeriodMs; in testGetExecutionStatsLocked_Caching()1280 expectedStats.windowSizeMs = originalStatsWorking.windowSizeMs; in testGetExecutionStatsLocked_Caching()1281 expectedStats.jobCountLimit = originalStatsWorking.jobCountLimit; in testGetExecutionStatsLocked_Caching()1282 expectedStats.sessionCountLimit = originalStatsWorking.sessionCountLimit; in testGetExecutionStatsLocked_Caching()1283 expectedStats.expirationTimeElapsed = originalStatsWorking.expirationTimeElapsed; in testGetExecutionStatsLocked_Caching()1285 expectedStats.bgJobCountInWindow = originalStatsWorking.bgJobCountInWindow; in testGetExecutionStatsLocked_Caching()1286 expectedStats.sessionCountInWindow = originalStatsWorking.sessionCountInWindow; in testGetExecutionStatsLocked_Caching()1287 expectedStats.inQuotaTimeElapsed = originalStatsWorking.inQuotaTimeElapsed; in testGetExecutionStatsLocked_Caching()[all …]