Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DAmbientBrightnessStatsTrackerTest.java60 float[] expectedStats; in testBrightnessStatsTrackerOverSingleDay() local
73 expectedStats[0] = 1; in testBrightnessStatsTrackerOverSingleDay()
88 expectedStats[0] = 2; in testBrightnessStatsTrackerOverSingleDay()
98 float[] expectedStats; in testBrightnessStatsTrackerOverMultipleDays() local
121 expectedStats[0] = 1; in testBrightnessStatsTrackerOverMultipleDays()
128 expectedStats[4] = 5; in testBrightnessStatsTrackerOverMultipleDays()
136 float[] expectedStats; in testBrightnessStatsTrackerOverMultipleUsers() local
159 expectedStats[0] = 1; in testBrightnessStatsTrackerOverMultipleUsers()
168 expectedStats[4] = 5; in testBrightnessStatsTrackerOverMultipleUsers()
345 expectedStats[0] = 1; in testWriteThenReadAmbientBrightnessStats()
[all …]
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
H A DCountQuotaTrackerTest.java335 expectedStats.countInWindow = 1; in testUpdateExecutionStatsLocked_NoTimer()
427 expectedStats.countLimit = 10; in testGetExecutionStatsLocked_Values()
430 assertEquals(expectedStats, in testGetExecutionStatsLocked_Values()
436 expectedStats.countLimit = 9; in testGetExecutionStatsLocked_Values()
439 assertEquals(expectedStats, in testGetExecutionStatsLocked_Values()
445 expectedStats.countLimit = 4; in testGetExecutionStatsLocked_Values()
449 assertEquals(expectedStats, in testGetExecutionStatsLocked_Values()
455 expectedStats.countLimit = 3; in testGetExecutionStatsLocked_Values()
459 assertEquals(expectedStats, in testGetExecutionStatsLocked_Values()
480 expectedStats.countLimit = 10; in testGetExecutionStatsLocked_Values_BeginningOfTime()
[all …]
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DQuotaControllerTest.java558 assertEquals(expectedStats, in testOnAppRemovedLocked()
619 assertEquals(expectedStats, in testOnUserRemovedLocked()
859 expectedStats.executionTimeInWindowMs = expectedStats.executionTimeInMaxPeriodMs = in testUpdateExecutionStatsLocked_WithTimer()
861 expectedStats.bgJobCountInWindow = expectedStats.bgJobCountInMaxPeriod = i; in testUpdateExecutionStatsLocked_WithTimer()
950 assertEquals(expectedStats, in testGetExecutionStatsLocked_Values()
967 assertEquals(expectedStats, in testGetExecutionStatsLocked_Values()
984 assertEquals(expectedStats, in testGetExecutionStatsLocked_Values()
1002 assertEquals(expectedStats, in testGetExecutionStatsLocked_Values()
1033 assertEquals(expectedStats, in testGetExecutionStatsLocked_Values_BeginningOfTime()
1043 assertEquals(expectedStats, in testGetExecutionStatsLocked_Values_BeginningOfTime()
[all …]