Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DBrightnessThrottlerTest.java140 assertThrottlingLevelsEquals(singleLevel, data.throttlingLevels); in testThermalBrightnessThrottlingData()
144 assertThrottlingLevelsEquals(validLevels, data.throttlingLevels); in testThermalBrightnessThrottlingData()
461 private void assertThrottlingLevelsEquals( in assertThrottlingLevelsEquals() method in BrightnessThrottlerTest