Home
last modified time | relevance | path

Searched refs:newStatsFrequent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java1318 final ExecutionStats newStatsFrequent; in testGetExecutionStatsLocked_Caching() local
1320 newStatsFrequent = mQuotaController.getExecutionStatsLocked( in testGetExecutionStatsLocked_Caching()
1323 assertTrue(originalStatsFrequent == newStatsFrequent); in testGetExecutionStatsLocked_Caching()
1324 assertNotEquals(expectedStats, newStatsFrequent); in testGetExecutionStatsLocked_Caching()